0

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 ?

Mijoe
  • 236
  • 2
  • 9

1 Answers1

0

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.
Bjoern
  • 15,934
  • 4
  • 43
  • 48