Top "Apache-poi" questions

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

How can I convert POI HSSFWorkbook to bytes?

Calling Simple toBytes() does produce the bytes but exel throws Warning. Lost Document information Googling around gave me this link …

java apache-poi
Write number in excel cells using Apache POI

How can I write my full value in cell with help of poi ? i.e. if value is 1000.000 then how …

java excel apache-poi
using poi , How to set the Cell type as number

I am using poi 3.6 I am able to create the excel properly. But when I trying to set the cell …

java apache-poi
Setting foreground color for HSSFCellStyle is always coming out black

I am using POI to create an Excel spreadsheet in Java. I have the following code used for creating a …

java apache-poi poi-hssf
Java Apache POI Excel save as PDF

How can I convert/save excel file to pdf? I'm using java play framework to generate some excel files and …

java excel pdf playframework-2.0 apache-poi
How to apply background color for the rows in excel sheet using Apache POI?

I am using Apache POI for exporting data into excel sheet. it works fine. the problem is i need apply …

java apache-poi
Auto wrap in apache POI (Excel)

I have a java program which takes header and data as the input and produces an excel file. However, sometimes …

java apache-poi xssf
Basic Excel currency format with Apache POI

I'm able to get cells to format as Dates, but I've been unable to get cells to format as currency... …

java apache-poi
Issues resolving XSSFWorkbook - Java - POI .jar

I'm trying to do work upgrading a Java application to handle .xlsx, using a newer POI library than our existing …

java excel apache-poi xssf
Converting docx into pdf in java

I am trying to convert a docx file which contains table and images into a pdf format file. I have …

java pdf ms-word apache-poi