If you want to use the online Excel table editing function, the parsing of Excel's xls file format is a problem. After all, this is the private patent format of Microsoft Office.
So if you want to do it, you should use the general csv (Comma Separated Value, comma separated values) format.
Various office software can recognize csv tables, which are actually tables with cells separated by specific delimiters (such as commas).
Take PHP as an example, fgetcsv reads the csv table and returns An array,
and then foreach outputs it as an HTML