I\'m trying to use Freemarker to convert an XML Word document to a stan开发者_开发问答dard DOC. For example:
Ok, basically i\'m trying to write 3 columns and N number of rows simultaneously while iterating. The problem is that 2 of the 3 columns are written with the values... even though they appear in the S
I want to create word(.doc) and excel(.xls) files on the android platform. For excel I am able to use jexel jar, but I am unable to find any API for word files.
I am using Apache POI API to getting values from an Excel file. Everything is working great except with cells containing formulas. In fact, the cell.getStringCellValue() is returning the formula used
Is there any way to开发者_StackOverflow convert generated .ppt file using apache poi to .pdf file?
I have Excel file and some contents, coming from external source(database, file, whatever). I\'ve encountered problems with numeric cells in Excel -getNumericValue returns double value for any cell, n
I\'m trying to figure out how to pass a WorkBook (from the Apache POI library) \"directly\" to a MimeMessage object (from the Javamail library) as an attachment, without having to write it directly in
Thanks for looking. Im using Apache POI to read an excel file. I want to use conditional logic that will use background colour. But I don\'t understand the results Im getting.
In excel 2007, we can Protect Workbook by select \"Protect Workbook\" on menu and select \"Protect Structures and Windows\".
I populated Excel worksheet using HSSFWorkbook. I am facing a problem in formatting a cell. I have two colummns with contain varying text sizes. If the row in Column B is not empty then the开发者_Go百