Activity for PHP-ODT

  • ejs ejs posted a comment on discussion General Discussion

    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.

  • Thomas Murphy Thomas Murphy posted a comment on discussion General Discussion

    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.

  • Milan Uhrák Milan Uhrák modified a comment on discussion General Discussion

    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...

  • Milan Uhrák Milan Uhrák modified a comment on discussion General Discussion

    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...

  • Milan Uhrák Milan Uhrák posted a comment on discussion General Discussion

    Why ?

  • Milan Uhrák Milan Uhrák modified a comment on discussion General Discussion

    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...

  • Milan Uhrák Milan Uhrák modified a comment on discussion General Discussion

    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...

  • Milan Uhrák Milan Uhrák modified a comment on discussion General Discussion

    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...

  • Milan Uhrák Milan Uhrák posted a comment on discussion General Discussion

    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...

  • Milan Uhrák Milan Uhrák posted a comment on discussion General Discussion

    Simply do not insert text, but paragraph

  • Juergen Schulze Juergen Schulze posted a comment on discussion General Discussion

    Can the author of this software please contact me. I need his help for a small extension. I will pay.

  • Sparviero Sparviero posted a comment on discussion General Discussion

    class.odt.php@285 should be if (!$document->open($fileName, ZipArchive::CREATE|ZIPARCHIVE::OVERWRITE)) {

  • binibin binibin posted a comment on discussion General Discussion

    Hi! Could anyone say me how to set a specific style to the text into a table cel...

  • Milan Uhrák Milan Uhrák posted a comment on discussion General Discussion

    Hi, this library is realy handy and full-featured. One word : thanks ! Problem :...

  • Kevin Donnelly Kevin Donnelly posted a comment on discussion General Discussion

    Hi Issam Congrats on php-odt - very simple to use. I'm just wondering if you have...

  • Issam Rachdi Issam Rachdi committed [r39]

  • Issam Rachdi Issam Rachdi committed [r38]

1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.