Createtable.inc
public function createTable()
error of parenthesis corrected : if (isset($args[1]['size_col']) && is_array($args[1]['size_col']) && isset($args[1]['size_col'][$intGridCol])) {
Createdocx.inc
public function createDocxAndDownload()
add header for https and IE7 download error :
header("Pragma: public"); // POUR HTTPS
header("Cache-Control: cache, must-revalidate"); // IDEM
OOO is not a good tools to convert docx, it doesn't interpret correctly Open XML WordprocessingML.
i don't speak about not repect of rowspan ... no insertion of jpeg ...
After passed 3 days on our application, i have to change of conversion tools that do a better work. (Saaspose)