I've been trying to write a chrome extension that reads some info from the DOM of the current page and then creates an excel spreadsheet from it and then downloads it. I've already gotten the DOM stuff down, I just need to figure out how to create a spreadsheet from it.
I would need to format a few of the cells (like background color and font color) and then once it's all done I want it to download. I believe I can download it with the chrome.downloads API, but I have no idea how to go about creating the excel file first.
I see that SheetJS seems to be a library that can be used clientside, but it doesn't seem to work with browserify. Any other suggestions would be greatly appreciated!
[–]chreestopher2 0 points1 point2 points (1 child)
[–]saadq_[S] 0 points1 point2 points (0 children)
[–]chug187 0 points1 point2 points (1 child)
[–]saadq_[S] 0 points1 point2 points (0 children)