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
f, err := excelize.OpenFile(filename) if err != nil { log.Fatal(err) } if err := f.SetSheetPrOptions(sheet, excelize.OutlineSummaryBelow(false), ); err != nil { panic(err) } err = f.SaveAs(filename) if err != nil { log.Fatal(err) }
If file is NewFile - it works If file if OpenFile and file is empty - it works If file is not empty - i get error:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <recoveryLog xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"><logFileName>error122560_01.xml</logFileName><summary>Обнаружены ошибки в файле "C:\Users\a.kuimova\planningOfWorkDurations\app\filename.xlsx"</summary><removedParts><removedPart>Замененный компонент: часть /xl/worksheets/sheet1.xml с ошибкой XML. Ошибка загрузки. Строка 2, столбец 0.</removedPart></removedParts></recoveryLog>
Help me, please...( I attached the file for example
file.xlsx
The text was updated successfully, but these errors were encountered:
eef232f
Hi @Jeltopuz, thanks for your issue. I have fixed it. Please try to upgrade the library with the master branch code.
Sorry, something went wrong.
@xuri , Thank you very match!)))))
Fix qax-os#483, adjust the order of fields in the structure
c09d45f
No branches or pull requests
If file is NewFile - it works
If file if OpenFile and file is empty - it works
If file is not empty - i get error:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <recoveryLog xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"><logFileName>error122560_01.xml</logFileName><summary>Обнаружены ошибки в файле "C:\Users\a.kuimova\planningOfWorkDurations\app\filename.xlsx"</summary><removedParts><removedPart>Замененный компонент: часть /xl/worksheets/sheet1.xml с ошибкой XML. Ошибка загрузки. Строка 2, столбец 0.</removedPart></removedParts></recoveryLog>
Help me, please...(
I attached the file for example
file.xlsx
The text was updated successfully, but these errors were encountered: