HSSF is the POI Project's Java API for manipulating Excel format files (.xls and .xlsx)

learn more… | top users | synonyms

1
vote
0answers
11 views

Apply color to tabs in excel using apache poi

Is there any way by which tabs can be given specific colors using apache poi through java?. I am using HSSF workbook.
0
votes
0answers
27 views

how to draw line using setShapeType in apache poi XSSF usermodel

I'm updating the code to use 3.8 poi, so I'm changing the code from HSSF to XSSF. I have setShapeType to OBJECT_TYPE_LINE in HSSF, how to change the setShapeType for XSSF usermodel. I need to draw a ...
0
votes
0answers
27 views

Apply style to HSSFWorkbook heading row

I tried applying style to head row of HSSFWorkbook in the following way. But it is not working. Default style and font is applied to my result excel. If I apply style to each cell, it is working fine. ...
0
votes
1answer
87 views

How to get row count in an Excel file using POI library?

Guys I'm currently using the POI 3.9 library to work with excel files. I know of the getLastRowNum() function, which returns a number of rows in an Excel file. The only problem is getLastRowNum() ...
0
votes
0answers
123 views

java.lang.IllegalArgumentException: Your InputStream was neither an OLE2 stream, nor an OOXML stream

When I'm reading Excel file(.xls format), I keep getting an Exception, java.lang.IllegalArgumentException: Your Input Stream was neither an OLE 2 stream, nor an OOXML stream. I Go-ogled and found that ...
0
votes
0answers
64 views

HSSFWorkbook using PrintWriter

We have project, where we're using HSSFWorkbook for export to Excel. Implementation was: HSSFWorkbook wb = new HSSFWorkbook(); //creating cell, settings etc //and writing to OutputStream ...
0
votes
2answers
36 views

Parsing number from excel using java

I have a code that will gather a number from excel file and store it into DB MySql. String P01_PickModul = row.getCell(13).getStringCellValue(); The problem is i can not gather the number with ...
0
votes
1answer
113 views

How to get height and width of excel sheet“named index” area from HSSFWorkbook POI API

How to get height and width of excel sheet named range area from HSSFWorkbook POI API. I got one reference from google but not able to get height and width of named index area of excel sheet. Thanks ...
0
votes
1answer
170 views

apache-poi inserting filename in header or footer

I'm using the apache poi library (poi-3.8-20120326.jar) How can I add the filename in the footer of an xls (hssf) document? My approach is the following: final static public String FILE_NAME = ...
0
votes
1answer
176 views

Insert a checkbox in an Excel sheet using Apache POI

I want to pragmatically insert a number of checkbox in different cells. I want to keep a reference for each one in order to read them later on after the user check or uncheck. Can I do that in Java ...
1
vote
1answer
175 views

Delete an excel sheet using Apache POI

I have to delete a sheet from the Excel file. Here's my code snippet : FileInputStream fileStream = new FileInputStream(destFile); POIFSFileSystem fsPoi = new POIFSFileSystem(fileStream); ...
0
votes
0answers
75 views

How to get hold of an excel sheet by its name using Apache POI

I have a .xls file which is auto generated through some process. There is only 1 sheet(with a name) in the workbook. When i use the following code, it is not getting hold of the sheet HSSFSheet sheet ...
0
votes
1answer
350 views

How to export <table> content (which is inside a one <div >) into excel by JSP

I have developed a web application using JSP which creates a page with several page elements and a with multiple records. I wanted to export the content in that into an excel file. I used the code ...
0
votes
1answer
132 views

How to apply border to a comple hssfsheet in java

i am using apache poi library to create a workbook, in the sheet i want to add border to my whole content table , there is option available to create border for a single cell, is there any way so that ...
0
votes
1answer
200 views

JXL + POI : incompatibility

Im first using JXL to modify one xls file created by POI. After that I will try to read that file with POI. In the moment of POIFSFileSystem creation poFileSystem = new POIFSFileSystem(input); Im ...
1
vote
1answer
208 views

Apache POI HSSF: How to add shape which would not resize along with corresponding cell?

I need to add shape (specifically circle) to xls-document using POI. So, I wrote following code: private void drawLabel(HSSFSheet sheet, HSSFCell cell) { final short columnIndex = (short) ...
0
votes
1answer
564 views

delete all empty rows in excel file with JAVA

can someone tell me how to iterate and delete all the empty rows in excel file using apache poi? I am calling those 2 functions with row indexes that i wish to delete, but the second one (shift) is ...
-1
votes
1answer
337 views

HSSFSheet remove all empty rows

I have an excel sheet with, for exemple 3,4 adn 6th line that are empty (previously I called sheet.removeRow() for those rows). In total i have 7 lines Now, having indexes of those empty rows, i want ...
0
votes
1answer
747 views

How to set integer value in the excel sheet created through java?

When I create excel sheet through java ,the column which has number datatype in the oracle table, get converted to text format in excel.I want it to remain in the number format.Below is my code ...
4
votes
1answer
787 views

apache poi: saving jtable to a file

I've recently started working with java and I'm facing some issues with the apache poi library when I need to create an excel file starting from a jTable. I've read many threads and come up with some ...
1
vote
1answer
469 views

Getting error using POI HSSF

I'm getting an error when trying to open an Excel sheet with MS office 2003. This Excel sheet is created using HSSFWorkbook, implementing the usermodel scope org.apache.poi.hssf.usermodel In ...
-1
votes
3answers
271 views

Null Pointer Exception

I am getting a null pointer exception, but I dont know why. I checked to see if the cell was null before I read it to a string. So, why is that string null? private void fillArray() { try ...
0
votes
1answer
135 views

why i can not open an Excel(xls) with HSSF

Im getting an error when i am trying to open an Excel sheet with MS office 2003. This excel sheet is created using HSSFWorkbook immplementing the usermodel scope org.apache.poi.hssf.usermodel What ...
0
votes
1answer
706 views

Exception in thread “main” java.lang.IllegalArgumentException: Sheet index (0) is out of range (0..-1)

i want to read the 2010 excel file in java using apache poi api ... but it gives me an error Exception in thread "main" java.lang.IllegalArgumentException: Sheet index (0) is out of range (0..-1) i ...
1
vote
1answer
2k views

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 I to apply border to a merged region when the sheet and workbook type is XSSF. In HSSF type I use ...
0
votes
0answers
1k views

Apache poi Excel HSSF wrap text issue

Using poi 3.8 and excel 2010 installed on my system. Refer to the businessplan example given on the apache website. When I generate the XSSF (xlsx) workbook, cell B2 appears properly wrapped (wrap ...
0
votes
1answer
474 views

Apache Poi: Converting from HSSF to SS?

I've converted all of my old code in HSSF to SS except for the portion where I make the work book. Old Code: HSSFWorkbook wb = new HSSFWorkbook(new FileInputStream(file)); New Non-working Code: ...
0
votes
1answer
169 views

Apache POI: Storing key and sum in a Map

I'm have an excel spreadsheet that looks something like this: +-----------------+--------+----------------------+ | Title | Value | Average Price List | ...
0
votes
0answers
241 views

Reading calculated data from a formula cell with formula RTD in Excel 2007 form Java application

I am trying to evaluate the cell value of a formula cell [Formula being RTD] in Excel 2007 from my Java code. I have used HSSFFormulaEvaluator class and evaluate() method, the standard way in short. ...
-2
votes
1answer
339 views

Removal of decimal in HSSF cell

i am reading data from an excel sheet which has decimals. i want to obtain the result without decimals. I'm using cell.getNumericCellValue () which gives decimal - is there a function which removes ...
1
vote
2answers
408 views

Executing Excel Macro From ColdFusion Server

I have a ColdFusion Web application which lets the user upload an Excel Workbook on the server. I would like to execute a macro within that Excel file, once the file has been uploaded. Anyone has an ...
0
votes
2answers
7k views

Java POI: How to find an Excel cell with a string value and get its position (row) to use that position to find another cell

I'm looking for a cell in a spreadsheet that has the string 'Total' and then use the row in which that cell is to find the total value in another cell which is always the same cell/column (the 10th ...
1
vote
1answer
4k 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
250 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
608 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 ...
0
votes
0answers
386 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 ...
0
votes
3answers
319 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
105 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
1k 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 ...
1
vote
1answer
845 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 ...
0
votes
1answer
918 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 = ...
6
votes
2answers
14k 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
7k views

Copy and paste rows with HSSF (Apache POI) [duplicate]

Possible Duplicate: How to insert a row between two rows in an existing excel with HSSF (Apache POI) How can I copy the values and all the formatting of a row using HSSF. Using the MS Excel ...
0
votes
1answer
561 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
884 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 ...
5
votes
2answers
2k 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 ...
0
votes
4answers
4k 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
590 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 ...
4
votes
1answer
7k 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"); // ...
3
votes
1answer
451 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 ...

1 2