apache-poi
Java:using apache POI how to convert ms word file to pdf?
By using apache POI how to convert ms word file to pdf? I an using the following code but its not working giving errors I guess I am importing the wrong classes?[详细]
2023-03-09 22:58 分类:问答Is it possible to set the column width for a XSSF worksheet using Apache POI API?
I need to generate a MS Excel 2007+ file from my application according to a given pattern provided by management. Most of the work is done, but I have to set the column width to 11,34 centimeters. I开[详细]
2023-03-09 14:50 分类:问答How to write large amount of text using POI hwpfdocument in a .doc file in java
I am new to POI API and therefore, whenever I am using the HWPFDocument class to write down text in a .doc file created by the HWPF Document, the resulting doc file is having only a single letter and[详细]
2023-03-08 14:02 分类:问答How to handle HYPERLINK function using POI SS?
I\'m trying to use POI SS to convert an Excel spreadsheet to CSV.Unfortunately I can\'t seem to handle HYPERLINK functions properly:[详细]
2023-03-08 12:33 分类:问答HSSFWorkbook java.lang.IllegalArgumentException: No more than 3 rules may be specified
I got this exception while instantiating an HSSFWorkbokk object and really I do not understand what is the problem.[详细]
2023-03-07 08:12 分类:问答Read OLE2 file in Java without buffering into memory?
I\'m using A开发者_开发百科pache POI to read an OLE2 file (might be Word, might be Excel). Using POIFSFileSystem, I\'m able to open the file, and read the contents. That bit\'s all fine.[详细]
2023-03-06 23:20 分类:问答Read excel file from URL using POI
I want to read an excel file from a URL using Apache POI in java. I used the code like this : String urlStr = \"<url>\";[详细]
2023-03-06 21:34 分类:问答Apache POI Java Excel Performance for Large Spreadsheets
I have a spreadsheet I\'m trying to read with POI (I have both xls and xlsx formats), but in this case, the problem is with the xls file. My spreadsheet has about 10,000 rows and 75 columns, and readi[详细]
2023-03-06 04:32 分类:问答apache poi vs python xlrd
I was going to use apache poi or python xlrd on linux to read spreadsheets in a program on linux. I am biased towards python xlrd but apache poi seems like a more complete project to me (probably sinc[详细]
2023-03-06 02:01 分类:问答Java write Excel files with POI event model
Is it possible to create and write to a (new) excel file using the event driven API from POI? I\'ve found examples on how to r开发者_开发问答ead with that API, but not how to write.[详细]
2023-03-05 18:19 分类:问答