Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
3k views

Processing large xlsx file in Java

I need to auto-fit all rows in large (30k+ rows) xlsx file. The following code via apache poi works on small files, but goes out with OutOfMemoryError on large ones: Workbook workbook = ...
5
votes
1answer
1k views

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 one. I'm having issues similar to those mentioned in the comments to the answer here: ...
3
votes
1answer
280 views

How to evaluate a excel formula through XSSF event API

I am reading XLSX files using event API of POI, i.e I read the contents of the XLSX sheet through a SAX Parser. I want to know how can we get the computed value of a formula by using XSSF event API. ...
2
votes
1answer
243 views

XSSF POI is cell date

Is there a way to determine if cell is a date? I know about style.getDataFormatString() but that doesn't help me, because I can't determine if is formating is for date or not.
2
votes
1answer
803 views

Apache POI XSSF reading in excel files

just got a quick question about how to read in from an xlsx file using the xssf format from Apache. Right now my code looks like this: InputStream fs = new FileInputStream(filename); // (1) ...
2
votes
2answers
179 views

Recalculating formulas in spreadsheet using Apache POI

I'm trying to use POI XSSF to evaluate some Excel formulas. The values do not have to be saved, and I may have to calculate many formulas, so I'm trying to do it all in the same cell. The problem is ...
2
votes
1answer
2k views

Apache POI both XSSF and HSSF using

I have a problem with Apache POI project. I failed to use XSSF and HSSF in the "Same Java Class". Which jar should I download or which artifact should I get add into maven? I want to handle both xls ...
1
vote
1answer
84 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
71 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
2answers
156 views

POI Creates XLSX files incompletely or wrongly(the dimension tag in the XLSX XML reads only A1 after creation instead of A1:500Z)

I write XLSX files through the apache POI library..(I have tried it by using POI 3.8 beta1 to beta 4). When i try to open the XLSX files through Excel 2007 it gives me an error that the sheet has ...
1
vote
2answers
184 views

How to create sheet with right-to-left alignment using Apache POI XSSF

I'm trying to create a sheet in the Excel file using Apache POI. Since it's Excel 2007, I'm using XSSF and I'm looking a for way to make a sheet right-to-left aligned. In HSSF there is a method ...
1
vote
1answer
69 views

Cloning sheets between files

I have three or more excel files with different sheets among them and I need to create a new blank file with a copy (or clone) that sheets into the new file and place them in the order I need so I can ...
1
vote
1answer
249 views

How to transpose sheet with POI SS/XSSF?

I am using POI XSSF API and I would like to transpose a sheet. how can I do that? Thanks.
1
vote
1answer
521 views

How to get the max no. of columns filled in an XLSX file using POI?

I know we can get the max number of columns by iterating over all the rows and calling getLastCellNumber on each row object.. but this approach requires iterating over all the rows which I want to ...
1
vote
2answers
872 views

How can I read .xlsx and .xls files in Java?

hi i want to read xlsx file or xls file what ever it is. can XSSF support xls file ? or do i need to write the separate code for both kind of files ?
0
votes
1answer
216 views

Limitation while generating excel drop down list with Apache POI

I'm trying to generate an excel file with some validations, I've read the poi dev guides for implementing it. During implementation, I got an exception (String literals in formulas can't be bigger ...
0
votes
1answer
82 views

Set page view mode in excel file using apache poi

Excel has different modes for viewing a sheet: Normal, Page Layout, Page Break Preview. (In excel 2010: in the view tab). The view mode is saved seperately for each sheet in a workbook and is restored ...
0
votes
1answer
127 views

Apache POI - XSSF: Row.getCell()

I am using XSSF to access the .xlsx format. Extracting row data and cell data is being done by Row.getCell(1) // to get the first cell data. Is there a way to access cells like Row.getCell(A) or ...
0
votes
1answer
201 views

Excel comments using xssf eventusermodel using apache poi 3.7

Here is a link to a code that uses apache 3.7. http://massapi.com/source/poi-3.7/src/ooxml/java/org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.java.html How can i edit this code to get ...
0
votes
0answers
132 views

How to get excel cell color in java

I have an XSLX sheet in which few cells are having background color Green, few Red and rest are default(white). How to identify the cell color ? based on the cell color, i have to process the text in ...
0
votes
2answers
133 views

Is there a way to get all embedded objects in .xlsx file using xssf event mdel api

Is there a way to get all embedded objects in .xlsx file using xssf event model api? Usermodel has the method workbook.getallembedds...similarly is there anything in eventmodel? This is an example ...
0
votes
1answer
603 views

Error reading excel (.xlsx) file using apache poi xssf eventmodel only

I am trying to read an excel file with words and not numeric data using the code from apache site http://poi.apache.org/spreadsheet/how-to.html#xssf_sax_api I get the following error: Processing new ...
0
votes
1answer
192 views

Problems creating hyperlinks using Apache POI 3.8-beta4 in a SXSSF workbook

It appears that hyperlink cells are not created correctly when using the POI SXSSF implementation. I have taken an exact copy of the example code from the HOW-TO guide for creating hyperlinks and ...
0
votes
1answer
1k views

Apache POI - How to write XSSFWorkbook to POIFSFileSystem?

Using Apache POI HSSF, we can create xls file like this private void write(HSSFWorkbook workbook) { POIFSFileSystem filesystem = new POIFSFileSystem(); filesystem.createDocument(new ...
0
votes
2answers
803 views

Is it possible to set the column width for a XSSF worksheet using Apache POI API?

I need to generate a MS Excel 2007+ file from my application according to a given pattern provided by management. Most of the work is done, but I have to set the column width to 11,34 centimeters. I ...
0
votes
1answer
1k views

How to get the last column index reading excel file?

How do i get the index of the last column when reading a xlsx file using the apache-poi API? there's a getLastRowNum method, but i can't find nothing related to the number of columns... thanks in ...
0
votes
1answer
1k views

NoClassDefFoundError while using api XSSF

I want to read an xlsx file using api XSSF. For that I downloaded poi-3.6 api and then did set the correct classpath but then too when I run my program I get an Exception as in thread "main" ...
0
votes
1answer
797 views

Issues and gotchas with new POI 3.6 API (XSSF) working with Excel 2007 workbooks

I just started using the new POI 3.6 http://poi.apache.org XSSF which was released in December 2009. The updated API provides support for reading and writing in the OOXML spreadsheet format (.xslx) ...