https://bz.apache.org/bugzilla/show_bug.cgi?id=57919
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #4 from Nick Burch <[email protected]> --- Currently (N)POIFS doesn't support opening an empty file, so you'd (for now) need to create a new empty POIFS, save it to a file (would be ~2kb), open that, then save the document into it. I guess we might want a static create method on POIFSFileSystem that hides all that, which could later be replaced with logic to create the new file from scratch As for if it would help... Any chance you could, on your somewhat shonky filesystem, open a HSSFWorkbook from a POIFS loaded r/w from a file, make some changes, do an in-place write, and see how quick it saves back vs OutputStream vs BufferedOutputStream? -- 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]
