QXlsx icon indicating copy to clipboard operation
QXlsx copied to clipboard

xls format not supported message

Open AndreiCherniaev opened this issue 1 year ago • 3 comments

https://github.com/QtExcel/QXlsx/blob/499901003f02da34f7fbc1ec214a24e4dc128b74/QXlsx/source/xlsxzipreader.cpp#L28

At this moment code Document xlsxR("table.xls"); produce warning QZip: not a zip file!

I suggest add extra message.

  1. Someone try open .xls file
  2. Program write "warning xls format doesn't support"

AndreiCherniaev avatar May 16 '23 08:05 AndreiCherniaev

.xls is an old binary format and cannot be supported. Please close issue as unrelated

Jihadist avatar Oct 12 '23 18:10 Jihadist

.xls is an old binary format and cannot be supported. Please close issue as unrelated

Please read my first message again. It's not about "let's support.xls", it's about let's improve error messages.

AndreiCherniaev avatar Oct 13 '23 03:10 AndreiCherniaev

Please read my first message again. It's not about "let's support.xls", it's about let's improve error messages.

Ok, I misunderstood you yep

Jihadist avatar Oct 13 '23 14:10 Jihadist