Data that is stored in an Excel file as follows:
Date ID Name var1 var2 var3 commit 2019-05-10 123 Abc * * * 32szx 2019-05-06 123 Abc * * * 32szx 2019-05-06 123 Abc * * * 32szx 2019-05-06 123 Abc * * * 32szx 2019-05-04 123 Abc * * * 32szx 2019-05-03 123 Abc * * * 32szx 2019-05-01 123 Abc * * * 32szx 2019-05-10 123 Abc * * * 32szx 2019-05-06 123 Abc * * * 32szx 2019-05-06 123 Abc * * * 32szx 2019-05-06 123 Abc * * * 32szx 2019-05-04 123 Abc * * * 32szx 2019-05-03 123 Abc * * * 32szx 2019-05-01 123 Abc * * * 32szx
It is necessary to obtain such a table only in HTML using Python.
The peculiarity is that when data changes constantly. In the example data above, it is necessary to condition the rows for the current day.
This HTML table will be inserted into the letter and sent to users.
Prompt, in what type it is necessary to import from an eksel into a python? And how to make an automatically resizable template ... thanks for any help.