troldal / OpenXLSX

A C++ library for reading, writing, creating and modifying Microsoft Excel® (.xlsx) files.
BSD 3-Clause "New" or "Revised" License
1.33k stars 316 forks source link

Error opening file #233

Open gleb-kun opened 10 months ago

gleb-kun commented 10 months ago

Hello! When I try to open an existing file:

terminate called after throwing an instance of 'Zippy::ZipRuntimeError'
  what():  failed finding central directory
Aborted (core dumped)

Code:

    OpenXLSX::XLDocument doc;
    doc.open("input.xlsx");

This happens with any input files, including completely new ones.

aral-matrix commented 4 weeks ago

@gleb-kun could you check whether this is still an issue with the current version?