Skip to content

WIP: XLSX renderer

Jacob Schatz requested to merge xlsx-renderer into master

What does this MR do?

Renders xlsx files. The code supports multiple worksheets with the ability to link to a specific worksheet. Tested with a pretty large Excel file & the Vue code seems to handle it fine without any slow downs in the browser, but it might be worth checking on even larger files.

Screenshots (if relevant)

Screen_Shot_2017-04-10_at_16.25.30

tabs

Screen_Shot_2017-04-10_at_17.11.51

Merge request reports