joshblue Posted March 26, 2008 Share Posted March 26, 2008 Is there a way for PHP (or SQL maybe) to read on the data in a certain text file (*.txt) and convert it to an excel file in a way that the data(s) are arrange in a table manner? Link to comment https://forums.phpfreaks.com/topic/97930-solved-text-file-to-excel-file/ Share on other sites More sharing options...
Cep Posted March 26, 2008 Share Posted March 26, 2008 PHP can do a lot of things and it can read in a txt file and output to a csv file which Excel can read. I am pretty sure there must be some php extensions out there that will convert to excel formats as well. SQL is a query language used in databases it cannot be used in this way. Link to comment https://forums.phpfreaks.com/topic/97930-solved-text-file-to-excel-file/#findComment-501077 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.