Like Google Docs Without Using Google Docs API

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
janani
Forum Newbie
Posts: 1
Joined: Tue Oct 05, 2010 8:01 am

Like Google Docs Without Using Google Docs API

Post by janani »

Hi all,

i need open source web spreadsheet that allow users to create, edit and export in many formats your everyday work inside our project

just like a clone of google docs spreed sheet within my project...

i.e:- Like in google docs,
1) I need to create multiple nos of spreadsheet
2) I need to enter data manually(n nos of fields & rows) & save that spreadsheet
3) I need to edit that sheet
4) Mainly i can access that sheet from anywhere using my login..

Without using any API i need to perform this, i need to store & retrieve the data within my project ...

Please help me out :( ... the project almost in end stage since i can't find out the solution for this issue, its in hold :cry:

Thanks in advance
Last edited by janani on Fri Oct 08, 2010 1:51 am, edited 3 times in total.
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: Google Docs API

Post by Eran »

Post Reply