Microsoft
Software
Hardware
Network
Question : Converting xcel files to html
I have on my website a place were members can login and upload a excel file..
I have on my website also this excel file converted to an html file, so that anyone can see it.
My question is:
Is there a way to convert the excel file that a person downloads, to an html file at the time they download the xls file. Automatically?
Answer : Converting xcel files to html
Just Change
$userfile = $_POST['userfile'];
to
$userfile = $_FILES['userfile']['name'
];
Random Solutions
Firebird : to get data types of all fields in user tables
Java Date
Visual Studio 2008 versus Expression Blend?
Is there a way to push a themepack to windows 7 computers via GPO? Or a powershell script?
ACT 11 database marked suspect. How to attempt recovery?
Joomla homepage redirects to com_user
DefaultValue for a ComboBox on an Unbound Form
A perl spreadsheet problem--reading from a specific tab
Backing up SQL Server 2000 database on 2008
sql cast(decimalvalue as varchar(50))/100.00 fail