https://bz.apache.org/bugzilla/show_bug.cgi?id=61832
--- Comment #7 from Greg Woolsey <[email protected]> --- I ran the attached code, and examined the generated workbook. All XML validates successfully with xmllint. The worksheet file, however, expands to > 5GB due to all the inlineStr attributes for all the cells. My suspicion is that Excel doesn't like that many inline cell string values. I verified that the change between the original and "repaired" versions was exactly turning those inlineStr attributes into a single shared string value referenced by all the cells. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
