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?
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开
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
I\'m trying to use POI SS to convert an Excel spreadsheet to CSV.Unfortunately I can\'t seem to handle HYPERLINK functions properly:
I got this exception while instantiating an HSSFWorkbokk object and really I do not understand what is the problem.
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.
I want to read an excel file from a URL using Apache POI in java. I used the code like this : String urlStr = \"<url>\";
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
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
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.