Skip to content
Advertisement

Tag: codeigniter

PhpExcel many columns causes the file to be broken

I am generating an excel file using phpexcel, the columns are 186 so I have created an array of the header columns and dynamically adding them the file is created well but the columns are broken as seen in the picture below. anyone ever encountered this issue? UPDATING THE QUESTION Now the xcel sheet has over 150 columns but not

Using a single form for insert and update function, Codeigniter

I’m trying to use a single form for inserting a new data and updating the value of an existing data.I have no trouble displaying the form, fetching the data and updating it, but when I’m trying to insert a new data, the form does not appear. Here’s my view My model And then Controller I found a question here and

Advertisement