0
votes

I would like to convert a xlsx file into doc table format. How can I do that ? Is there any api for handling doc files using php ?

1

1 Answers

0
votes

Since this is a very broad question, I only describe how I'd tackle a request like this:

  1. Use PHPExcel to parse your MSExcel xlsx file
  2. Use PHPWord to write your table into a MSWord doc file.