> My questions: > 1) Can we use SXSSFWorkbook for reading and updating Excel file? No. SXSSF is an API for writing data, not for reading.
> 2) How to use SXSSFWorkbook for tempalte feature? Please the the latest build from trunk. We recently added support for templates. There is a new constructor that accepts an existing workbook: public SXSSFWorkbook(XSSFWorkbook workbook) > 3) Can we use SXSSFSheet,SXSSFRow and SXSSFCell to write cell information > and set cell properties? What cell properties do you mean? SXSSF can write all basic types of cell values: string, numbers, dates, etc. Yegor > 4) Is this possible with current version or need to wait for next release? > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/How-to-user-SXSSFWorkbook-for-updating-existing-excel-file-tp4954431p4954431.html > Sent from the POI - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
