Top "Apache-poi" questions

Apache POI is a Java library for reading and writing various Microsoft file formats, especially Office related ones.

Cell vertical top alignment using poi

I am using POI api. Now my problem is that I am not able to align cell text vertically top.…

apache apache-poi
Create excel chart using Apache POI

I need to create excel sheet from my Java code which contains charts like Bar chart, Line Chart etc using …

java apache excel charts apache-poi
HSSFWorkbook vs XSSFWorkbook vs SXSSFWorkbook - Apache-poi

HSSFWorkbook vs XSSFWorkbook and the advantages/disadvantages of XSSFWorkbook and SXSSFWorkbook?

java apache-poi xssf poi-hssf
Get String value, when I read from excel with Date type (apache poi)

I have an xlsx file that I am reading with - Apache POI Library. For example, In some row, I …

java apache-poi simpledateformat xssf
Reading .docx file in java

I am trying to read one file in java, following is the code : public void readFile(String fileName){ try { BufferedReader …

java apache-poi docx docx4j
Replacing variables in a word document template with java

I want to load a template word document to add content to and save as new document. I'm working on .…

java apache-poi velocity
Apache POI autoSizeColumn Resizes Incorrectly

I'm using Apache POI in java to create an excel file. I fill in the data then try to autosize …

java apache excel apache-poi
Add border to merged cells in excel Apache poi java.?

I'm using Apache POI and I need to put a border in a range of cells or merged region. I …

java apache-poi
How to parse UTF-8 characters in Excel files using POI

I have been using POI to parse XLS and XLSX files successfully. However, I am unable to correctly extract special …

java excel utf-8 apache-poi cjk
How to Cache InputStream for Multiple Use

I have an InputStream of a file and i use apache poi components to read from it like this: POIFSFileSystem …

java caching inputstream apache-poi