DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32562>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32562 Summary: Enable inserting new columns Product: POI Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: HSSF AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] there should be a way of inserting a new column in the middle of existing columns with HSSF usermodel API in a similar fashion as rows can be inserted using HSSFSheet.shiftRows(). currently, you can't just create a new cell in the end of each row and then shift the values of existing cells to the left because the shifted cells might contain formulas and HSSFCell.setCellType() not supported for formulas according to documentation. also, what about other weird cell types? does HSSF support all types of cells that can be created by MS Excel? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
