tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.49k stars 418 forks source link

terminating with uncaught exception of type xml::parsing #481

Closed luiseherrera closed 4 years ago

luiseherrera commented 4 years ago

Hi there,

When I was trying to read an xlsx file I've received the following execution exception:

"libc++abi.dylib: terminating with uncaught exception of type xml::parsing: xl/worksheets/sheet1.xml:2:1609: error: unexpected attribute 'ref' Abort trap: 6"

Here's what the position on xml shows: image

Can you help me to fix this issue?. BTW: this file has been manually created. Thanks.

linville commented 4 years ago

Likely duplicate of #436.

tfussell commented 4 years ago

Likely duplicate of #436.

It does look like it. It fell off my to-do list, but I'll be sure to prioritize it since so many are reporting this issue. Thanks for reporting. Check the other issue for updates.