Top "Apache-poi" questions

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

Get Excel SheetNames using POI jar

I need all Excel sheet Names (what r all contains the datas) using POI jar. Like jxl jar - getSheetNames()

excel apache-poi jxl
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
Read integer from numeric cell using Apache POI in java

I have an application which reads xls sheet using apache poi. When the cell has numeric value, i read it …

java apache-poi xls numberformatexception
is it possible to change sheet name with apache poi MS excel java android

is there any way to update existing sheet name of MS Excel file knowing that I am using apache poi …

java android apache-poi rename spreadsheet
Java POI cannot find symbol WorkbookFactory

im doing a conversion of the HSSF model to XSSF. Im getting lil errors here and there. I donwloaded the …

java apache-poi
Apache POI for Excel: Setting the cell type to "text" for an entire column

I need to generate an .xls (Excel) file, using the Java library Apache POI for spreadsheets. The file will contain …

excel xls apache-poi xlsx
Apache POI insert image

I am having troubles with inserting a picture in an excel sheet im making. There are a lot of question …

java android image excel apache-poi
Can't Set Fill Color Apache POI Excel Workbook

I have scanned this forum over and over and tried every method mentioned on here and still can't get Apache …

java colors background apache-poi fill
How to get more than 255 columns in an excel sheet using Apache POI 3.6

I'm creating a calendar in excel. Column 1 is 01.01.2010 (dd.MM.yyyy), Column 2 is 02.01.2010 and so on. This is my code: …

java excel apache-poi
Adding border to a merged region in POI XSSF workbook

I'm using apache poi 3.7 and I need to put border to a range of cells or merged region. how can …

java apache-poi xssf poi-hssf