Questions tagged as 'phpexcel'

0
answers

How to pass the result of a select to another form for a $ _POST

I have two files ExportDatos.php I have a form, where I enter the name of the executive and the date range <div class="col-md-6"> <div class="box box-primary"> <div class="box-header"> <h3 class="...
asked by 06.08.2018 / 17:05
0
answers

Save several files in zip with php

I have a site that downloads a DB to an excel file and they suggested that I do it with a zip file, so I was thinking about downloading each table in an excel file and putting everything in zip, this is the code with which I create the excel...
asked by 31.07.2018 / 22:40
0
answers

Save with phpexcel in temporary file

is that I have to save an excel in a temporary file but I do not know how Originally this way I keep the excel file header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'); header('Content-Disposition: atta...
asked by 01.08.2018 / 17:12
0
answers

Excel in cakephp 2.x

I'm supposed to be calling excel to be able to use it on my site This is how I call the object to start working with an excel, but I get this error: and the library is as follows: That Lib is within app...
asked by 07.08.2018 / 00:20
0
answers

I need to go to excel this number 7802200266193 but it arrives is 7802200266190

I'm working with php with the PHPExcel library and I have a table where some information is saved and between it a column of the table are numeric data, there is a button to export the table to an excel document and export everything well except...
asked by 27.07.2018 / 02:48
0
answers

How to filter the download of a report in Excel by date?

   index.php <!DOCTYPE html> <html> <title>generando RIPS...</title> </head> <body> <div> <h1>Registros Individuales</h1> <div> <a href="relacion.php"> Generar reporte de...
asked by 23.07.2018 / 14:37
1
answer

Page Break PhpExcel or PhpSpreadsheet

Porfis as I made a page break in PHPEXCEL or PHPSPREADSHEET     
asked by 22.07.2018 / 20:44
1
answer

Get instructions css from php

Look, it's that in a BD the classes that are used to style a nav a color are already set. Good but I'm going to show you everything for photos. In that image you see the names of the classes depending on which navigation bar it is. and...
asked by 05.07.2018 / 21:23
0
answers

Freeze Excel cells with php

Hi, I'm using this library link and I want to immobilize the top row as seen in the video: link in the previous version of phpExcel I did it like this but in this version I have not found it like: $ objPHPExcel-> getActiveSheet (...
asked by 06.07.2018 / 01:25
0
answers

Choose download location in phpExcel

I'm using this library link And everything works very well except for two things, ps when downloading the download in the project folder which when uploading to production fails ps does not lower anything, I guess for the permissions....
asked by 09.07.2018 / 18:11