网页哀悼的样式
<style type="text/css">
*{filter: Gray;}
</style>
excelapi增加人民币转大写公式,不能采用&符号进行字符串连接,必须使用函数CONCATENATE
IF(ROUND(I13,2)<0,\"无效数值\",IF(ROUND(I13,2)=0,\"零\",CONCATENATE(IF(ROUND(I13,2)<1,\"\",CONCATENATE(TEXT(INT(ROUND(I13,2)),\"[dbnum2]\"),\"元\")),IF(INT(ROUND(I13,2)*10)-IN ...
增加表格,并让表格所在页面横排,有几行也不明白,但是按照vba的翻译过来就可以
public synchronized void addTable(String filePath, int rowsNum,
int colsNum, String[][] vals) {
ReleaseManager rm = new ReleaseManager();
IDispatch docApp = null;
try {
docApp = new IDispatch(rm, "Word.Application");
IDispatch document ...
jcom生成,你可以定义字体的样式
public synchronized void createWord(String filePath, String text,
String fontName, String fontSize, Boolean fontBold, int align) {
ReleaseManager rm = new ReleaseManager();
IDispatch docApp = null;
try {
docApp = new IDispatch(rm, "Word.Application");
IDisp ...
- 浏览: 82091 次

- 详细资料
搜索本博客
我的相册
Image(029)
共 15 张
共 15 张
最新评论
-
hibernate annotation提供 ...
看了,没说怎么搞啊
-- by fourfire -
hibernate annotation提供 ...
晕..原来是这样.. 你去看看 http://docs.jboss.org/ej ...
-- by rain16881 -
hibernate annotation提供 ...
我也有这个问题
-- by rain16881 -
hibernate annotation提供 ...
自己搞定一个,为表增加comment的方法@Entity@Table(name= ...
-- by fourfire -
flex以remoteobject方式调 ...
配置方法类似,调用方法相同
-- by fourfire






评论排行榜