import-from-excel Questions
1
Solved
I'm retrieving data from Excel and would like to keep my arrays 0 based but Excel returns 1 base. Is there a fairly simple way to return change the array from 1 to 0 base? Or do I just need to crea...
Unbuckle asked 31/1, 2012 at 20:12
20
Solved
In one of our ASP.NET applications in C#, we take a certain data collection (SubSonic collection) and export it to Excel. We also want to import Excel files in a specific format. I'm looking ...
Selfhelp asked 14/1, 2009 at 20:20
3
Solved
I have a Perl program using Spreadsheet::ParseExcel. However, there are two difficulties that have arisen that I have been unable to figure out how to solve. The script for the program is as follow...
Chkalov asked 27/7, 2011 at 15:1
5
Solved
I want to import data from excel file using PHP and then if possible, save it to a MySQL database.
Complicacy asked 14/1, 2010 at 19:32
1
Solved
The problem i'm having is that the data adapter is looking at only the first row in each column to determine the data type. In my case the first column "SKU" is numbers for the first 500 rows then ...
Publican asked 29/12, 2010 at 3:12
2
Solved
Can anyone reccomend a good library for reading xlsx files using php?
ive looked at phpexcel, but from the examples it seems it only supports writing?
Malliemallin asked 15/7, 2010 at 3:9
2
Solved
I have code that imports from Excel sheets of a specified format. In one of the columns, most data is numeric, but non-numeric values are also present. The non-numeric values are ignored by import ...
Lyford asked 19/9, 2009 at 12:14
1
Solved
How can an excel file be opened, all cols/rows read in an array etc the same way .csv files can be? Is there any built in libraries/classes for that in php?
Dimissory asked 18/3, 2009 at 1:2
5
My issue is below but would be interested comments from anyone with experience with xlrd.
I just found xlrd and it looks like the perfect solution but I'm having a little problem getting started. ...
Illusory asked 23/9, 2008 at 0:58
© 2022 - 2024 — McMap. All rights reserved.