Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Arisse/PHPWord_CloneRow
Extension for PHPWord. New method for clone merged rows in tables
https://github.com/Arisse/PHPWord_CloneRow
Last synced: 11 days ago
JSON representation
Extension for PHPWord. New method for clone merged rows in tables
- Host: GitHub
- URL: https://github.com/Arisse/PHPWord_CloneRow
- Owner: Arisse
- Created: 2013-12-27T05:43:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-13T11:40:21.000Z (over 10 years ago)
- Last Synced: 2024-08-02T09:25:16.280Z (3 months ago)
- Language: PHP
- Homepage: www.leng.ru
- Size: 262 KB
- Stars: 29
- Watchers: 8
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PHPWord_CloneRow
================Extension for PHPWord. New public method cloneRow() for clone rows and merged rows in tables.
Based on PHPWord (http://phpword.codeplex.com/).Installation
------------
1. You can download PHPWord form official site
2. Replace file PHPWord/Template.php on assets/Template.php
3. Use method cloneRow() for clone rows in tables. You can see examples here: examples/OR
1. You can download PHPWord from this repo. New Template.php already inside and ready to work.
Folders
-------
* PHPWord/ - PHPWord with new Template.php
* assets/ - new Template.php with new method for clone rows
* examples/ - examplesCopyright (c) 2013 Platonov Pavel (http://www.leng.ru)