+ 1
Convert html to Excel
Does anyone know how to convert html format reports to excel format?
3 Respuestas
+ 7
Depends on what kind of structure it has -- simple tables should get opened or get copy&pasted no problem.
For more complicated, you could try parsing HTML and converting to XLS with Python for example. Provided that those reports stay all in a similar format.
0
You can try to use some online converter
0
Thanks for your feedback!