Top "Hssf" questions

HSSF provides Java APIs to read / write Microsoft Excel 2003 and before (.xls) files.

How to use rowiterator in apache poi with java?

I tried to read an excel file using apache poi in java, however, Eclipse did not compile the code. public …

java row apache-poi hssf
Apache POI, using both XSSF and HSSF

I have a problem with Apache POI project. I failed to use XSSF and HSSF in the "Same Java Class". …

java apache apache-poi xssf hssf
Which library should I use to write an XLS from Linux / Python?

I'd love a good native Python library to write XLS, but it doesn't seem to exist. Happily, Jython does. So …

java python xls jexcelapi hssf
Apache POI-HSSF distorts image size when adding picture into Excel cell

I am adding a picture into a cell using Apache POI-HSSF. The image is 120x100 but no matter what I …

java image excel apache-poi hssf
Issue with writing a date to Excel file using NPOI

I am currently using NPOI to generate Excel files based on a database from my asp.net mvc app. I'm …

c# asp.net-mvc excel npoi hssf