Skip to content

v4.3.0

Choose a tag to compare

@aVadim483 aVadim483 released this 26 Jul 17:36
· 7 commits to main since this release

Changed

  • An empty (zero-byte) file passed to Excel::open() now fails up front with a clear "File ... is empty" error, instead of being silently opened as a zero-row CSV — open() guesses the format by signature and an empty file matches none. Excel::openCsv() is unchanged and still reads an empty file as a valid, zero-row CSV.