Welcome Guest, Not a member yet? Register   Sign In
Help with DHTMLX spreadsheet
#1

Hi
I want to integrate dhmtlx spreadsheet into codeigniter, on it's own, it's fairly simple.. First you use the included installer to make a connection to the database and then it will create a simple html page that contains a script src to supplied spreadsheet.php


http://docs.dhtmlx.com/spreadsheet__prog...lling.html


Can anyone give me pointers or help me to use it in codeigniter, fairly new to this.
Reply
#2

Have you tried the tutorial they supply for using their components with CodeIgniter?

http://docs.dhtmlx.com/connector__php__frameworks.html
Reply
#3

(03-12-2015, 10:37 AM)mwhitney Wrote: Have you tried the tutorial they supply for using their components with CodeIgniter?

http://docs.dhtmlx.com/connector__php__frameworks.html

Thank you for answering, yes I indeed considered the connector. But it's only designed for other applications such as the grid, scheduler,etc... but not for the spreadsheet..
Reply
#4

Looking at the spreadsheet specifically, it really looks like it's built to manage the database connection and communication with the view on its own. You could probably load a spreadsheet into a CI view and route data to it via CI controllers, but unless you find someone who has already done it, you're probably going to have to deal with a lot of trial & error before you can get it working.
Reply
#5

(03-13-2015, 01:10 PM)mwhitney Wrote: Looking at the spreadsheet specifically, it really looks like it's built to manage the database connection and communication with the view on its own. You could probably load a spreadsheet into a CI view and route data to it via CI controllers, but unless you find someone who has already done it, you're probably going to have to deal with a lot of trial & error before you can get it working.

True, thanks for answering. Already tried searching for Codeigniter applications with spreadsheet (Excel like ) didn't find anything..
Reply




Theme © iAndrew 2016 - Forum software by © MyBB