Hello, My current application reads an entire 2003 XML spreadsheet (test.xml) into a vector, updates the cell values or adds missing data according to dbase values, and then builds the updated spreadsheet for users. With this solution I essentially I read everything Style, Type, WorkBook, Sheet, Row, Cell, Index etc. and spit it back out (SpreadsheetML). I want to convert my current application to use XSSF for .xlsx file.
My question is, how does XSSF read/write handle all the XML tags? Do I need to worry about them? Do I need to also account for every XML tag or can I deal with the Cell values I need to update or add once I read in values? For example, I read in file test.xlsx and make changes to necessary values based on cell.getColumnIndex(). Once I make those changes in the vector can I spit the updated vector values back to new test.xlsx? Thanks, -Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
