https://bz.apache.org/bugzilla/show_bug.cgi?id=65695
--- Comment #6 from [email protected] --- (In reply to 1120955357 from comment #5) > (In reply to PJ Fanning from comment #4) > > I get this when trying to open the embedded xls in OneDrive. > > > > We can't open this workbook. It's set to show only certain named items, but > > they aren't in the workbook. > > You might want to contact the author for more information. > > > > The file opens in Apple Numbers. HSSFWorkbook can parse it. > > Thank you very much for your reply, > > Sorry, I can't understand One Drive's error message, I have no idea how to > solve the problem > > I can use POI to parse the embedded excel correctly, And I can use Microsoft > Office to open the embedded excel from the original document. > > But I can't open the exported embedded excel using POI in Microsoft > Office.Excel, observe the size of the exported files compared with the > original file, the size of the exported files is slightly larger than the > size of the original document.I don't know why it happened. > > By the way, I don't know who you mentioned "You might want to contact the > author for more information". Microsoft Office? Now I am trying another solution, using POI to parse the embedded file and copy it to another new workbook. But I can't find any tool class for copying workbooks from POI now. -- 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]
