Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Result file is corrupted. #113

Open
hamduc7 opened this issue Feb 14, 2023 · 0 comments
Open

Result file is corrupted. #113

hamduc7 opened this issue Feb 14, 2023 · 0 comments

Comments

@hamduc7
Copy link

hamduc7 commented Feb 14, 2023

Dear All.

Just open this file, save it then it cannot open in excel.

testfile.xlsx

Codes
BRAOfficeDocumentPackage *spreadsheet = [BRAOfficeDocumentPackage open:TheFileName];
BRAWorksheet *worksheet = spreadsheet.workbook.sheets[0];
[spreadsheet save];

There are some notes on this excel file

  1. The sheet name has space "Box packing information"
  2. The worksheet is protected. Only some cells are editable

In my test, I only open the file then save it, nothing else. But the result file cannot open in Excel app

Anyone help pls?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant