vpaesa / cxlsx_to_csv

Convert XLSX (Excel 2007) files to CSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Failed test case 07_hyperlink_01.xlsx

vpaesa opened this issue · comments

I need to deal with Excel hyperlinks, probably inside EndSharedStrings()

diff expected_07_hyperlink_01.tab validating_07_hyperlink_01.tab
2c2
< double quotation mark

---
> ▒y

Well, it end up the reason for the failure of the 07_hyperlink_01.xlsx test case is that it has multiple styles in same cell.
Hence:

  1. I add the 12_multistyles_01.xlsx test case
  2. Open a bug on the 12_multistyles_01.xlsx test case
  3. Save a modified 07_hyperlink_01.xlsx where cells are 'single-styled'
  4. Close the bug on 07_hyperlink_01.xlsx