in reply to Re^2: Converting XLS to HTML
in thread Converting XLS to HTML

Hi Monks, not sure if this question got lost over time, but was hoping to get it back on the radar

Any advice would be greatly appreciated

Also, I'd like to say thanks again to all the people that give their time to help answer questions. you guys are great!

Replies are listed 'Best First'.
Re^4: Converting XLS to HTML
by marto (Cardinal) on Jul 25, 2017 at 14:59 UTC

      Thank you!

        No problem, give it a shot and reply back if you have problems.

Re^4: Converting XLS to HTML
by poj (Abbot) on Jul 25, 2017 at 15:03 UTC

    Doesn't parsing the spreadsheet just get you back to the source data that Spreadsheet::WriteExcel used. Why not create the HTML pages (from the source data) at the same time as the spreadsheet ? Note : On the TODO list for Spreadsheet::ParseExcel is Hyperlink support.

    poj