Page 1 of 1

DataSource doesn't get all data from an "Excel"

Posted: Wed Aug 03, 2022 7:54 am
by ArnauINFR
Hello, I have a question.
We have the typical PHP function that returns an HTML table and convert it to an .xls file with no libraries.
The fact is that some files work well when we load the files into the DataSource.
But in my case there's one that only load one column.
In the samples I attached you can see it. If you try to load the Test1.xls file you will see that only loads the Hours column but no the Date one.
But also in the Test2.xls works all well.
Could you help me to find a way to solve the problem with that column?
It only works well when I add some text in the box of the Date column.

Re: DataSource doesn't get all data from an "Excel"

Posted: Thu Aug 04, 2022 6:27 am
by Lech Kulikowski
Hello,

How do you add these files to the report?

Thank you.

Re: DataSource doesn't get all data from an "Excel"

Posted: Thu Aug 04, 2022 6:33 am
by ArnauINFR
Hello, I have added the files clicking to the Excel files and then setting the url of my server where the files saved.

Re: DataSource doesn't get all data from an "Excel"

Posted: Fri Aug 05, 2022 10:08 am
by Lech Kulikowski
Hello,

It is not an excel file. It is just HTML saved as .xls.

Thank you.