We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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?
The text was updated successfully, but these errors were encountered: