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

Cells with quotes #1618

Closed
tredoe opened this issue Aug 18, 2023 · 5 comments
Closed

Cells with quotes #1618

tredoe opened this issue Aug 18, 2023 · 5 comments

Comments

@tredoe
Copy link

tredoe commented Aug 18, 2023

Description

If there is a cell with quotes into a column and in the next row also have quotes, then it's got the error :

extraneous or missing " in quoted-field

Describe the results you received:

ERROR: parse error on line 1172, column 42: extraneous or missing " in quoted-field

Output of go version:

go version go1.21.0 linux/amd64

Excelize version or commit ID:

v2.7.1

Environment details (OS, Microsoft Excel™ version, physical, etc.):

Description: Ubuntu 22.04.3 LTS
LibreOffice 7.3.7.2
error-quotes.xlsx

@xuri
Copy link
Member

xuri commented Aug 19, 2023

Thanks for your feedback. I have tested open your workbook with LibreOffice 7.3.7.2, Ubuntu 22.04.1 LTS, and it works well. Could you provide more details for this or standalone example program or reproducible demo? I noticed that you're using the Go 1.21.0, also reference issues #1465, #1595 and #1603. There are some incompatible changes in the Go 1.21.0 encoding/xml library. Please try using the Go 1.20.7 or the previous version if you can.

@xuri xuri added the needs more info This issue can't reproduce, need more info label Aug 19, 2023
@tredoe
Copy link
Author

tredoe commented Aug 19, 2023

I have tested it on go version go version go1.20.7 linux/amd64 and it got the same error: ... extraneous or missing " in quoted-field exit status 1

@xuri
Copy link
Member

xuri commented Aug 19, 2023

Thanks for your feedback. Could you show us a screenshot and complete, standalone example program or reproducible demo?

@tredoe
Copy link
Author

tredoe commented Aug 19, 2023

@xuri Sorry! I got the issue and it is not by Excelize. Sorry!

@xuri
Copy link
Member

xuri commented Aug 19, 2023

Thanks for the feedback. I've closed this issue.

@xuri xuri closed this as completed Aug 19, 2023
@xuri xuri removed the needs more info This issue can't reproduce, need more info label Aug 19, 2023
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

2 participants