This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Other Open Source Projects and the fly likes Generate large excel using POI Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Generate large excel using POI" Watch "Generate large excel using POI" New topic
Author

Generate large excel using POI

Jwala Prakash
Greenhorn

Joined: Aug 10, 2011
Posts: 5
Hi,

I am using the following code to generate excel.

http://www.docjar.com/html/api/org/apache/poi/xssf/usermodel/examples/BigGridDemo.java.html




How to add Cell Comments using above code?



[Thumbnail for Cell Comment.png]

Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35237
    
    7
Can't say I understand what's with the hand-generated XML, but the normal way to add cell comments is described in http://poi.apache.org/spreadsheet/quick-guide.html#CellComments


Android appsImageJ pluginsJava web charts
Jwala Prakash
Greenhorn

Joined: Aug 10, 2011
Posts: 5
I have ooxml format for cell comment :



How to use it?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Generate large excel using POI
 
Similar Threads
After Unzip delete that file programatically??
ZipInputStream: getting file size of -1 when reading
read Zipfile within a zipfile
Generate large excel using POI
Unzip problem .. please its urgent