Dear Community, is there as way to contribute to the project? I've created methods for adding hierarchical paragraph styles and text strike-throught at the paragraph level to the code.
Sparviero's suggestion fixes an error where PHP complains that the class is attempting to perform an operation on an unitialised or non-existent zip archive object.
Hi, now I was trying create table and found some problems. Documentation says to setting border you can call $cellStyle1->setBorder('#00ff00'); But source code allow also define thickness, side, and line style. function setBorder($borderColor = '#000000', $borderStyle = StyleConstants::SOLID, $borderWidth = StyleConstants::THIN, $position = '') { and next about width of line : switch ($borderWidth) { case StyleConstants::THIN: $borderWidth = 'thin';break; case StyleConstants::THICK: $borderWidth...
Hi, now I was trying create table and found some problems. Documentation says to setting border you can call $cellStyle1->setBorder('#00ff00'); But source code allow also define thickness, side, and line style. function setBorder($borderColor = '#000000', $borderStyle = StyleConstants::SOLID, $borderWidth = StyleConstants::THIN, $position = '') { and next about width of line : switch ($borderWidth) { case StyleConstants::THIN: $borderWidth = 'thin';break; case StyleConstants::THICK: $borderWidth...
Why ?
Hi, now I was trying create table and found some problems. Documentation says to setting border you can call $cellStyle1->setBorder('#00ff00'); But source code allow also define thickness, side, and line style. function setBorder($borderColor = '#000000', $borderStyle = StyleConstants::SOLID, $borderWidth = StyleConstants::THIN, $position = '') { and next about width of line : switch ($borderWidth) { case StyleConstants::THIN: $borderWidth = 'thin';break; case StyleConstants::THICK: $borderWidth...
Hi, now I was trying create table and found some problems. Documentation says to setting border you can call $cellStyle1->setBorder('#00ff00'); But source code allow also defining thickness, side, and line style. function setBorder($borderColor = '#000000', $borderStyle = StyleConstants::SOLID, $borderWidth = StyleConstants::THIN, $position = '') { and next about width of line : switch ($borderWidth) { case StyleConstants::THIN: $borderWidth = 'thin';break; case StyleConstants::THICK: $borderWidth...
Hi, now I was trying create table and found some problems. Documentation says to setting border you can call $cellStyle1->setBorder('#00ff00'); But source code allow also defining thickness, side, and line style. function setBorder($borderColor = '#000000', $borderStyle = StyleConstants::SOLID, $borderWidth = StyleConstants::THIN, $position = '') { and next about width of line : switch ($borderWidth) { case StyleConstants::THIN: $borderWidth = 'thin';break; case StyleConstants::THICK: $borderWidth...
Hi, now I was trying create table and found some problems. Documentation says to setting border you can call $cellStyle1->setBorder('#00ff00'); But source code allow also defining thickness, side, and line style. function setBorder($borderColor = '#000000', $borderStyle = StyleConstants::SOLID, $borderWidth = StyleConstants::THIN, $position = '') { and next about width of line : switch ($borderWidth) { case StyleConstants::THIN: $borderWidth = 'thin';break; case StyleConstants::THICK: $borderWidth...
Simply do not insert text, but paragraph
Can the author of this software please contact me. I need his help for a small extension. I will pay.
class.odt.php@285 should be if (!$document->open($fileName, ZipArchive::CREATE|ZIPARCHIVE::OVERWRITE)) {
Hi! Could anyone say me how to set a specific style to the text into a table cel...
Hi, this library is realy handy and full-featured. One word : thanks ! Problem :...
Hi Issam Congrats on php-odt - very simple to use. I'm just wondering if you have...