Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
12k views

Reading date values from excel cell using POI HSSF API

I'm using POI HSSF API for my excel manipulations in Java. I've a date value "8/1/2009" in one of my excel cell and while I try to read this value using HSSF API, it detects the cell type as Numeric ...
5
votes
2answers
920 views

How to search an Excel sheet for a specific date using Apache POI?

I've been using the example code given to search the sheet's contents: Sheet sheet1 = wb.getSheetAt(0); for (Row row : sheet1) { for (Cell cell : row) { CellReference cellRef = new ...
5
votes
8answers
5k views

Reading string value from Excel with HSSF but it's double

I'm using HSSF-POI for reading excel data. The problem is I have values in a cell that look like a number but really are strings. If I look at the format cell in Excel, it says the type is "text". ...
4
votes
4answers
774 views

POI / Excel : applying formulas in a “relative” way

I'm using Apache's POI to manipulate Excel (.xls) files with Java. I'm trying to create a new cell whom content is the result of a formula as if the user had copied/pasted the formula (what i call ...
3
votes
3answers
8k views

How do I get the (Java Apache POI HSSF) Background Color for a given cell?

I have an existing excel spreadsheet, which I am accesssing and reading values from, I am using Apache POI HSSF. It is initialised like this: HSSFSheet sheet; FileInputStream fis = new ...
2
votes
1answer
218 views

How to determine whether a spread-sheet cell contains a date, or a real number?

When a cell in a spreadsheet contains a simple date (mm/dd/yyyy) the poi API flags the cell-type as 'numeric'. This is probably because spreadsheets ( IMO ) historically recognize only strings and ...
2
votes
1answer
414 views

How to know number of sheets in a workbook?

I'm using hssf api for reading data from xls files. But is there any way to get the exact no. of sheets in a workbook containing stored data?
1
vote
1answer
23 views

Creating excel sheet from template in Java, new versions of Excel

I found the following code to create a excel sheet from an existing template with formats and add data to it and save it to a new file POIFSFileSystem fs = new POIFSFileSystem( new ...
1
vote
1answer
23 views

Why is a cloned HSSFCellStyle not equal to the style it was cloned from?

I am using one HSSF Workbook as a template for another. Because of how that works, as you probably know if you're reading this, I cannot simply take a cell from workbook 1 and set its style to the ...
1
vote
1answer
48 views

Extracting data in spreadsheet columns in Apache POI API

Just want to make sure one thing. Does the Apache POI API have any built-in collection/object, like row and cell, for a column in a spreadsheet? Or do I have to build one myself and add all the ...
1
vote
0answers
62 views

How to sign macros in Excel in Apache POI?

We have Apache POI in use to convert Excel files to other Excel files. We do this by loading the Excel workbook to a HSSFWorkbook, modifying some cells, and saving it to a stream. The original Excel ...
1
vote
1answer
311 views

Apache POI-HSSF: Getting Decimal Instead of Text String

I am using Apache POI-HSSF for working with Excel files. I have a cell in my spreadsheet that looks like "115". I verified that it is formatted as "Text" (Format Cells -> Text). However, when I read ...
1
vote
3answers
2k views

How can we read protected password excel file (.xls) with POI API

I've just learned POI and find the HSSF is very simple to read and create excel file (.xls). However, I found some problem when want to read excel protected with password. It took me an hour to find ...
0
votes
0answers
35 views

POI - Changing cell style affects Header background color in XLS

I am using JXLS templates to create XLS files and a custom CellProcessor to apply conditional styling to certain cells. However, changing CellStyle of a cell using the POI HSSF API is affecting the ...
0
votes
2answers
55 views

Apache POI extracting value as it looks in Excel

I have Excel file and some contents, coming from external source(database, file, whatever). I've encountered problems with numeric cells in Excel -getNumericValue returns double value for any cell, no ...
0
votes
2answers
50 views

How to store directly data in Apache POI XLS?

I use Apache POI HSSF API for Java to generate a long long report as XLS file. The problems is date is really large and my memory fails before calling wb.write(out);. So I wonder if there is some way ...
0
votes
1answer
384 views

Unable to use POI HSSF library in Eclipse plugin development

I am developing an Eclipse plugin to create and perform operations on excel files and I am not able to use the POI HSSF library for the same. I have downloaded the poi-3.7-20101029.jar file. When I ...
0
votes
1answer
411 views

populating a field in excel using java HSSF POI - excel does not sort date field properly

So I am populating an excel document using Java's HSSF POI and I am using a excel template which has some headers already entered into it like so... HSSFWorkbook workbook = ...
0
votes
1answer
3k views

How to insert a row between two rows in an existing excel with HSSF (Apache POI)

Somehow I manage to create new rows between two rows in an existing excel file. The problem is, some of the formatting were not include along the shifting of the rows. One of this, is the row that ...
0
votes
2answers
1k views

Copy and paste rows with HSSF (Apache POI)

How can I copy the values and all the formatting of a row using HSSF. Using the MS Excel or other Spread Sheet application it is easy as copy and paste. But now I'm having problem copying a row with ...
0
votes
1answer
265 views

How to insert new row in between 2 rows in existing excel sheet

I want to use an existing HSSFWorkBook (apache) and insert new rows in between two existing rows with new values.I tried with sheet.shiftRows(n1, n2, n3), but it overwrites after shifting the values. ...
0
votes
1answer
348 views

How to let user download the data in database to an excel sheet file from web application in Java/Struts?

I want to generate a report which includes an excel sheet which is generated from the data from the database . I am using Apache POI HSSF for creating the excel sheet file in the model. Now how to ...
0
votes
4answers
2k views

javac: package org.apache.poi.hssf.usermodel does not exist

I have a program attempting to use classes from the jakarta-poi-3.0.2.jar in my /usr/share/java directory: import org.apache.poi.hssf.usermodel.HSSFCell; import ...
0
votes
2answers
498 views

Why is a cell value returned as an empty string even though it has content?

I wrote a Java method that uses POI HSSF API to convert an Excel file to my data structure. The code worked just fine for a while. But now there are suddenly problems. I suspect it might be because ...
0
votes
1answer
1k views

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 header row: HSSFWorkbook wb = new HSSFWorkbook(); HSSFSheet sheet = wb.createSheet("Report"); // ...
0
votes
1answer
604 views

Extracting charts from Excel documents using POI or HSSF?

I've got a bunch of Excel documents that have data on one sheet and a chart produced from the data on another sheet. I'd like to take those documents and produce a series of HTML pages from them. ...
0
votes
1answer
885 views

Is there a way to display a HSSFWorkbook Object in a JSP page?

Is there a way to Display a HSSFWorkbook Object in a JSP page without having an output file in the server side. In the code below I am providing the template file and the beans required for ...
0
votes
2answers
1k views

IndexOutOfBoundsException when trying to read MS Excel file using Apache POI-HSSF

Whilst trying to parse MS Excel file using POI-HSSF v3.2 I am getting IndexOutOfBoundsException. The spreadsheet I am trying to read isn't empty it has been created using MS Excel 2003 and BiffViewer ...