javascript spreadsheet implode to MYSQL
Posted: Sun Nov 02, 2008 2:25 pm
hii all..
i've been trying to render a spreadsheet in a web browser for 1 month, atlast i succeeded..
now i have to save that spreadsheet as .xls sheet, and import the same to MYSQL table containing same number of fields as of spreadsheet.
now i'm implodin data from excel sheet to mysql table easily by startin a COM application defining the excel sheet path then defining the columns of excel sheet and then inserting data.itz a mundane task.
but now i need to save the spreadsheet on client machine as .XLS and then import it to DB in either xls or csv formats..
as we have idea about google spreadsheets, which end user has choice of loading an existing MS EXCEL sheet or saving the current spreadsheet as MS EXCEL.. iwant to do the same in my application.
please give any suggestions..
Many Regards.
i've been trying to render a spreadsheet in a web browser for 1 month, atlast i succeeded..
now i have to save that spreadsheet as .xls sheet, and import the same to MYSQL table containing same number of fields as of spreadsheet.
now i'm implodin data from excel sheet to mysql table easily by startin a COM application defining the excel sheet path then defining the columns of excel sheet and then inserting data.itz a mundane task.
but now i need to save the spreadsheet on client machine as .XLS and then import it to DB in either xls or csv formats..
as we have idea about google spreadsheets, which end user has choice of loading an existing MS EXCEL sheet or saving the current spreadsheet as MS EXCEL.. iwant to do the same in my application.
please give any suggestions..
Many Regards.