ycphs / openxlsx

openxlsx - a fast way to read and write complex xslx files
https://ycphs.github.io/openxlsx/
Other
224 stars 75 forks source link

remove reading extlst #371

Closed JanMarvin closed 2 years ago

JanMarvin commented 2 years ago

this reverts https://github.com/ycphs/openxlsx/commit/312ea6c22c5f49da25c5bc4e9e82d085d2dd5f2c

JanMarvin commented 2 years ago

might fix #313 #370

JanMarvin commented 2 years ago

The issue is: with the reverted commit we read the correct extLst node. Though if the workbook contains a slider, we create a custom extLst node for the slider. Since we are unable to efficiently merge XMLs, we append two extLsts which a certain spreadsheet software is unable to recover from.