Python Excel HTML Covert Project Expert
Budget: $10 – $30 USD
So the project is about converting that table into HTML form.
That table in Excel file markentry (1).xlsx, For each cell that has an element converting to HTML element, Convert the table in the excel file to HTML, but need use the skeleton given in simpletag.py and use python. optimize simpletag.py only. Test.py is just use to test whether simpletag.py workable or not. Simpleindent.py is the style to do the html
Is the input file given
1- simpletag.py is just script to produce any HTML page
2- test.py is script to use simpletag.py to produce similar page as the test.py
To ensure that simple.tag works correctly
3- markentry.py is a script that takes the Excel file as an input and use simpletag.py to produce HTML input form similar to the table in the excel file
Explained the data in given excel.
This is how data in excel should be converted in HTML. Then you may create all logic using python
First, need to convert the table forms from excel to html. This means if the excel got merge cells, then the html should merge cells as well.
second, the text input is all the things without colon (:)
third, the structure starts with (:) should have the html function as shown, for example, :number, :select, :radio
This one is the last code of test.py
#----------------------------
# HTML output
#
output = doc.getvalue()
print(indent(output))
For more details check the attached requirements and files.
That table in Excel file markentry (1).xlsx, For each cell that has an element converting to HTML element, Convert the table in the excel file to HTML, but need use the skeleton given in simpletag.py and use python. optimize simpletag.py only. Test.py is just use to test whether simpletag.py workable or not. Simpleindent.py is the style to do the html
Is the input file given
1- simpletag.py is just script to produce any HTML page
2- test.py is script to use simpletag.py to produce similar page as the test.py
To ensure that simple.tag works correctly
3- markentry.py is a script that takes the Excel file as an input and use simpletag.py to produce HTML input form similar to the table in the excel file
Explained the data in given excel.
This is how data in excel should be converted in HTML. Then you may create all logic using python
First, need to convert the table forms from excel to html. This means if the excel got merge cells, then the html should merge cells as well.
second, the text input is all the things without colon (:)
third, the structure starts with (:) should have the html function as shown, for example, :number, :select, :radio
This one is the last code of test.py
#----------------------------
# HTML output
#
output = doc.getvalue()
print(indent(output))
For more details check the attached requirements and files.