Questions tagged as 'simplexlsx'

3
answers

How to omit the first row of an xlsx file

I'm using SimpleXLSX to import excel files into my database, but I do not want the first line to be added, try using the continue but what it does is insert all the data in the table twice Here is the code if (isset($_FILES['file'])) { re...
asked by 19.07.2018 / 20:45
1
answer

Creation of XLS from Angular TypeScript [closed]

Good morning, I need to export a table with an angular TypeScript Html to an xls format file. The structure of the table is as follows. <!-- Inicio de contenido de la tabla --> <table class="table table-hover table-st...
asked by 18.12.2018 / 17:27
0
answers

Problems with simplexlsx

I am working with simplexlsx to pass my excel file to the database that I have, when I enter a database of 5 records it enters it without any problem but when trying with a database that has 4813 records, it only enters 3714 records of the 4813,...
asked by 26.07.2018 / 15:01