qedesign Posted February 12, 2012 Share Posted February 12, 2012 Hello, Is it possible to read the content of an excel file with file_get_contents. I tried it a couple times. The result looked like this: ������������������������������������������������������������������������������������������������������������������������������������Oh��+'��0�8@Td p|�WorkshopJohn@�v����@��p�������՜.��+,�D��՜.��+,�$�HPX`hp x�� HuidcoachHuidcoach en spec. in huidverbSheet3 f2�ـ����\pJohn B�a�=���=�?�8�@�"��1���A And if it's possible can somebody tell me what i'm doing wrong. Thanx Quote Link to comment https://forums.phpfreaks.com/topic/256942-read-excel-file-with-file_get_contents/ Share on other sites More sharing options...
SergeiSS Posted February 12, 2012 Share Posted February 12, 2012 Maybe this http://phpexcel.codeplex.com/releases/view/45412 helps you. Try it. Quote Link to comment https://forums.phpfreaks.com/topic/256942-read-excel-file-with-file_get_contents/#findComment-1317269 Share on other sites More sharing options...
kicken Posted February 12, 2012 Share Posted February 12, 2012 Is it possible to read the content of an excel file with file_get_contents. I tried it a couple times. The result looked like this: Sure, but as you may have noticed excel files are not text files. Your script has to be able to properly understand the format of the data you get back after reading the file. There are a few libraries out that which can process excel files, I'd suggest using one of them. Quote Link to comment https://forums.phpfreaks.com/topic/256942-read-excel-file-with-file_get_contents/#findComment-1317270 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.