Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement tables and expose styles in addHtml #420

Closed
wants to merge 166 commits into from
Closed

Implement tables and expose styles in addHtml #420

wants to merge 166 commits into from

Conversation

ugomeda
Copy link

@ugomeda ugomeda commented Nov 12, 2014

This pull request ehances the \PhpOffice\PhpWord\Shared\Html::addHtml function to :

  • Be able to insert tables
  • Set the default styles
  • Use colspan for table cells (sorry, I didn't see any reliable way to implement rowspan fonctionnality at the moment, mainly due to the lack of end of node event in the implementation)

ivanlanin and others added 30 commits June 1, 2014 22:32
New drawing shapes (arc, curve, line, polyline, rect, oval) for #123
In PHP 5.4.4 realpath() handles absolute paths correctly, but in PHP 5.3.8 returns false.
Make pclzipAddFile() similar to pclzipAddFromString() in removing
temporary files.
Add the ability to set the autoloader options.
Franz Holzinger and others added 29 commits September 20, 2014 19:21
I have added a link to an important video. Without this video I was not able to synchronise my Fork with the Develop branch.
Add the missing info how to setup Composer to fetch the latest Develop branch instead of the outdated Master branch.
The generated HTML and PDF tables are missing the border lines. Sample_07_TemplateCloneRow.docx shows the lines around the table and the table cells. However the generated HTML and PDF file are missing those lines. This patch fixes this issue.
Conflicts:
	docs/containers.rst
Add missing setters for pageSizeW and pageSizeH
Correct spelling of fldCharType separate
@ugomeda ugomeda closed this Nov 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants