}
BUT WHEN I AM OEN THE .DOC FILRS Unexpected garbage values.How to use this poi package in my program.I want Immediate solution to this can Any body help me plz.
thanks in advance.
Showing messages 1 through 3 of 3.
how to use poi
2006-01-02 01:57:35
kalaisai
[View]
hai ,
i'm new to this POI in java.i know JSF.how to run a small prg in this.plz give idea.what are the files needed.how to run it etc.
plz do so help me itz urgent.
thanks in advance
by
kalaivani
Hi...
i am new to this forum and this is the easy way to use poi package.example code is below which reads the data from "new.txt"(data is:aa/bb/cc/dd/4Mhz/66/gg/hh/ii/jj/kk/ll/44GHZ/123/oo/) and stores this data into the "today.xls" under C drive. i am extracted this data based on key "/" and each data is stored in one cell liek aa in (0,0)and bb in (0,1)like wise.
once you compile and run new file will be created and data will be written that is "aa
aa" in two cells and again this code is executed it appends the new data which is read from "new.txt" with old data in same file.
before executing this code you require jakarta POIpackage any version but i checked with poi 3.0
steps:
1.download the package and extract the file andyou may find the file like "poi-3.0-rc4-20070503.jar" and put it in c drive or whichever you feel
2.compile the code (Note: specifying the jar file is must otherwise may get error like package HSSFWorkbook does not exit and etc..)
3.Run the application
java -cp c:\poi-3.0-rc4-20070503.jar;. exceltest
Note: this gives the 2-warnings
how to use poi
2006-12-13 02:11:32
VasanthaKumar
[View]
Hi,
I am working in JSF, i displayed the list of records by using datatable, now i want to convert this list of records into Excel Sheet, if u know how to convert into Excel please let me know.
i'm new to this POI in java.i know JSF.how to run a small prg in this.plz give idea.what are the files needed.how to run it etc.
plz do so help me itz urgent.
thanks in advance
by
kalaivani