daniel.s Posted January 29, 2008 Share Posted January 29, 2008 Hello All, Can you please help me how to create PPT(Powerpoint) file Using PHP..?. Thanks & Regards, Daniel. Quote Link to comment https://forums.phpfreaks.com/topic/88339-how-to-create-ppt-file-using-php/ Share on other sites More sharing options...
simcoweb Posted January 29, 2008 Share Posted January 29, 2008 PPT is a Microsoft proprietary format. No way to make it with PHP. Powerpoint files are basically movies/slideshows. Quote Link to comment https://forums.phpfreaks.com/topic/88339-how-to-create-ppt-file-using-php/#findComment-452073 Share on other sites More sharing options...
daniel.s Posted January 30, 2008 Author Share Posted January 30, 2008 Thanks Simcoweb for your response! Just wondering, MS Excel is also Microsoft proprietary, but still we are able to create it in PHP using PEAR class ??? Thanks again, Daniel. Quote Link to comment https://forums.phpfreaks.com/topic/88339-how-to-create-ppt-file-using-php/#findComment-453323 Share on other sites More sharing options...
simcoweb Posted January 30, 2008 Share Posted January 30, 2008 Actually I believe it makes an Excel 'compatible' file in CSV format. I don't think it can make an .xls (Excel worksheet format) file but may be wrong. Quote Link to comment https://forums.phpfreaks.com/topic/88339-how-to-create-ppt-file-using-php/#findComment-453413 Share on other sites More sharing options...
revraz Posted January 30, 2008 Share Posted January 30, 2008 Pretty much. You can save any Delimeter type of file and save with .xls extenstion and Excel will open it. Quote Link to comment https://forums.phpfreaks.com/topic/88339-how-to-create-ppt-file-using-php/#findComment-453415 Share on other sites More sharing options...
simcoweb Posted January 30, 2008 Share Posted January 30, 2008 I can see making delimiter types as i've done that myself. But, I can't see it making spreadsheets with complicated formulas and cell formatting like you could if you were to create it in Excel itself. Quote Link to comment https://forums.phpfreaks.com/topic/88339-how-to-create-ppt-file-using-php/#findComment-453439 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.