Excel export to html

时间:2018-06-04 16:52:13

标签: html excel

Is it possible to export check boxes and formulas assigned to them from an excel sheet to html file? My problem is that I have a table in excel, I want to export it to html and whether the task in row 1 will be completed then I want to highlight the whole row into green. Is it possible in some easy way?

Let me know I you need more specified information.

Thanks Karol

1 个答案:

答案 0 :(得分:0)

I think you could use PhpSpreadsheet from here: https://github.com/PHPOffice/PhpSpreadsheet You could read excel file with php and then print it to the html. (Make HTML table or something like this.)