danimohamadnejad's avatar

Reading data from excel file in vanilla PHP

How can I read excel file line by line and display rows and columns in browser using vanilla PHP?

0 likes
5 replies
danimohamadnejad's avatar

Thank you. but I want to if it is possible to not use any library other than core PHP

danimohamadnejad's avatar

Yes but that yields whole file in bytes. How to I convert bytes to text fields

topvillas's avatar

Split it into lines then columns using the EOL and column seperators.

Please or to participate in this conversation.