adam291086 Posted October 29, 2007 Share Posted October 29, 2007 I have been tasked to create a website for a company. They are wanting a content management system, where they can upload a document and the contents will be displayed. I have experimented with file_get_contents() and got this working. But What they are wanting is to be able to upload excel files and keep the formatting of the excel file. Is this possible. I have loooked into COMS but i am not sure if this is right, as i dont want to download a file i want to display it. Thanks for any help or direction Quote Link to comment https://forums.phpfreaks.com/topic/75189-solved-help/ Share on other sites More sharing options...
adam291086 Posted October 29, 2007 Author Share Posted October 29, 2007 sorry to do this but i need to find out if this is possible. BUMP... Quote Link to comment https://forums.phpfreaks.com/topic/75189-solved-help/#findComment-380290 Share on other sites More sharing options...
trq Posted October 29, 2007 Share Posted October 29, 2007 Yeah, you will need to look into COM. PHP simply provides a means to access the com objects. Seriously though, excel speardsheets are simply not formatted for display on the web. Quote Link to comment https://forums.phpfreaks.com/topic/75189-solved-help/#findComment-380294 Share on other sites More sharing options...
adam291086 Posted October 29, 2007 Author Share Posted October 29, 2007 OK, thanks for the help. If this is going to be hard can you think of a better way? Quote Link to comment https://forums.phpfreaks.com/topic/75189-solved-help/#findComment-380298 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.