Top "Apache-poi" questions

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

Java POI the supplied data appears to be in the Office 2007+ XML

I am getting this error: org.apache.poi.poifs.filesystem.OfficeXmlFileException: The supplied data appears to be in the Office 2007+ …

java excel maven apache-poi xssf
How to determine empty row?

How I can determine empty rows in .xls documents using Apache POI?

java apache-poi
MalformedByteSequenceException: Invalid byte 2 of 2-byte UTF-8 sequence

I have a xml file which contains arabic characters.When i try to parse a file,it arise the Exception,…

java xml apache-poi
How to change font color of particular cell apache poi 3.9

I can change foreground color with the following code in apache POI. Now I want to change font color of …

java excel apache-poi xls
How many worksheets can be created in an Excel workbook for automation testing?

I am working on a data driven framework for automating test cases. I use Selenium with Java, Junit, Apachi-Poi etc …

excel selenium junit apache-poi data-driven-tests
Replacing a text in Apache POI XWPF

I just found Apache POI library very useful for editing Word files using Java. Specifically, I want to edit a …

java ms-word apache-poi xwpf
Read xlsx file with POI (SXSSFWorkbook)

I'm trying to do my first tests of reading large xlsx file with POI, but to do a simple test …

java apache-poi xlsx
Removing a row from an Excel sheet with Apache POI HSSF

I'm using the Apache POi HSSF library to import info into my application. The problem is that the files have …

java apache excel row apache-poi
Using Excel templates with Apache POI

Basic question: How do I load an Excel template for use with POI and then save it to an XLS …

java excel apache-poi
Problem in fitting the excel cell size to the size of the content when using apache poi

I am beginner to Apache POI api. I am trying to create excel sheet using arraylist. My java code is …

java apache-poi