TwelvestoneBack End

Importing Excel into PHP


Sign in

  • Waiting for Godot ( 730 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 5.1 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.9 k posts )
    general front end design an...
  • Back End ( 9.7 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
Napalm
 
2012-01-30

I need something that will import a excel file into PHP, then allow me to filter that by adding dropdowns or generic text search in certain columns, which would vary from file to file.

Is there something like this, or will I have to get this developed?

Stickman
 
2012-01-30

Have you looked at PHPExcel? I've only using it for creating files but it does have read capabilities.

Napalm
 
2012-01-30

Thanks - I saw that. I was just hoping there was something that a designer could figure out. Guess not. k I'll pass it on to the developer.

The General
 
2012-01-30

Depends if you have a database or not?

If you use PHP to import the XLS into MySQL then you can do it. Think there are plenty of "import xls with php" scripts out there, then mix it with existing database editing scripts.

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneBack End

Importing Excel into PHP