PHP: Bold text in Excel and regex - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: PHP: Bold text in Excel and regex (/showthread.php?tid=66981) PHP: Bold text in Excel and regex by Weyzza on 10-05-2006 at 04:01 AM
1) How do you write/insert a bold text into an Excel file using PHP? RE: PHP: Bold text in Excel and regex by WDZ on 10-05-2006 at 04:06 AM
This works for me... RE: PHP: Bold text in Excel and regex by Weyzza on 10-05-2006 at 04:17 AM
Why do I need a $ there? RE: PHP: Bold text in Excel and regex by WDZ on 10-05-2006 at 04:21 AM
quote:Yeah, exactly. You don't need it, but without it, you could match abcde_1234567890.txt.bak or something... RE: PHP: Bold text in Excel and regex by -dt- on 10-05-2006 at 06:32 AM
quote:well it depends on how your making this excel file, are you on windows using the excel com object or are you trying to make it the non com way using some crazy php class? RE: PHP: Bold text in Excel and regex by Weyzza on 10-05-2006 at 07:23 AM
.g com object |