Jump to content

Excel & PHP


pitbull305

Recommended Posts

Hello i have a general question not sure if this is the correct place to post it or not and dont know how to code that great yet i know the basic but im learning.

 

My question is the following... . I want to write a code doesnt matter if its in PHP, Java it can be in any language but what i want it to do is access a Excel spreedshet that i will have hosted in my site and for people to be able to open it online and be able to edit. After they're done putting the data into it I want to be able to email to a certain email with a button which i know using VB you can do it but i was wondering if there is any other way to do it or whats the best option to go about doing this and if its even possible.

 

Thanks in advance.

Link to comment
https://forums.phpfreaks.com/topic/282766-excel-php/
Share on other sites

There is a pear package for reading/writing excel files in php:

 

http://pear.php.net/manual/en/package.fileformats.spreadsheet-excel-writer.intro.php

 

However, it doesn't have ability to do everything you can do by actually using excel. More advanced things will get lost in translation. But it will work fine for basic stuff. You're going to find similar no matter what language you look at; excel is proprietary software.

Link to comment
https://forums.phpfreaks.com/topic/282766-excel-php/#findComment-1452873
Share on other sites

There is a pear package for reading/writing excel files in php:

 

http://pear.php.net/manual/en/package.fileformats.spreadsheet-excel-writer.intro.php

 

However, it doesn't have ability to do everything you can do by actually using excel. More advanced things will get lost in translation. But it will work fine for basic stuff. You're going to find similar no matter what language you look at; excel is proprietary software.

 

 

Thanks ill look into it. What i basicly want is like check boxes that they can check off showing thats what they did that day and for it to export into a excel spreedsheet but ill read what you sent me thanks again

Link to comment
https://forums.phpfreaks.com/topic/282766-excel-php/#findComment-1452919
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.