You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I recently started to use the xlsx package and im getting some weird errors on large excel files that i will call them EXCELSAMPLE.xlsx, the errors printed by excel are:
EXCELSAMPLE.xlsx - Replaced Part /xl/worksheets/sheet1.xml part with XML error. '>' expeted. Line 7, column 130352.
EXCELSAMPLE.xlsx - Replaced Part /xl/worksheets/sheet1.xml part with XML error. The name in the end tag of the element must match the element type in the start tag. Line 7 column 130527.
EXCELSAMPLE.xlsx - Replaced Part /xl/worksheets/sheet1.xml part with XML error. Quote expected. Line 7, column 130353.
EXCELSAMPLE.xlsx - Replaced Part /xl/worksheets/sheet1.xml part with XML error. Equal expected. Line 7, column 130353.
EXCELSAMPLE.xlsx - Replaced Part: /xl/worksheets/sheet1.xml part with XML error. An attribute value must not contain '<'. Line 7, column 130353.
EXCELSAMPLE.xlsx - Replaced Part: /xl/worksheets/sheet1.xml part with XML error. Illegal qualified name character. Line 7, column 130353.
I'm getting this error on more than one excel and in different columns, so i want to know how to solve it
this can be because im trying to export to excel very large files? (Large files aka: 11,500 Kb)
i appreciate any kind of help with this, thank you, i'll be reading this thread so i'll be glad to answer any question you have
The text was updated successfully, but these errors were encountered:
Hi, I recently started to use the xlsx package and im getting some weird errors on large excel files that i will call them EXCELSAMPLE.xlsx, the errors printed by excel are:
EXCELSAMPLE.xlsx - Replaced Part /xl/worksheets/sheet1.xml part with XML error. '>' expeted. Line 7, column 130352.
EXCELSAMPLE.xlsx - Replaced Part /xl/worksheets/sheet1.xml part with XML error. The name in the end tag of the element must match the element type in the start tag. Line 7 column 130527.
EXCELSAMPLE.xlsx - Replaced Part /xl/worksheets/sheet1.xml part with XML error. Quote expected. Line 7, column 130353.
EXCELSAMPLE.xlsx - Replaced Part /xl/worksheets/sheet1.xml part with XML error. Equal expected. Line 7, column 130353.
EXCELSAMPLE.xlsx - Replaced Part: /xl/worksheets/sheet1.xml part with XML error. An attribute value must not contain '<'. Line 7, column 130353.
EXCELSAMPLE.xlsx - Replaced Part: /xl/worksheets/sheet1.xml part with XML error. Illegal qualified name character. Line 7, column 130353.
I'm getting this error on more than one excel and in different columns, so i want to know how to solve it
this can be because im trying to export to excel very large files? (Large files aka: 11,500 Kb)
i appreciate any kind of help with this, thank you, i'll be reading this thread so i'll be glad to answer any question you have
The text was updated successfully, but these errors were encountered: