php excel cvs

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

php excel cvs

Post by amir »

i can read the contents of a basic excel file without much formatting applied in the excel file, but how can i read the worksheet name?

example my excel file contains a worksheet for each week of the year so i have 52 worksheets. basically all i want to do is read the contents of a specific worksheet.

i want to specify the worksheet name but dont know how to specific or select a specific worksheet within the excel file to read the data from...
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Have you looked into using the Excel file reader proposed package that's in PEAR?
Post Reply