如何使用HTML表中的某些单元格并将其放入新表中

I have a HTML table (saved as from Excel) now how do i take certain cells/data information from this HTML table and display the same data into another HTML table (but placed in a different order). I assume I would have to use PHP if so how does one get round this?