3
votes
10answers
576 views
XLS to PDF conversion inside .net
I've been looking extensively for a tool that takes an existing XLS file and converts it to PDF that then gets saved out to disk.
The catch is I need to be able to call it from within my .net …
3
votes
6answers
2k views
Asp.NET Excel spreadsheet generation results in “different file format than extension error” when opening in excel, but the spreadsheet shows correctly
I am generating a spreadsheet in Asp.Net, using the following code, but am getting the error "The file you are trying to open, "Spreadsheet.aspx-18.xls', is in a different format than specified by the …
2
votes
4answers
362 views
How can I modify an existing Excel workbook with Perl?
With Spreadsheet::WriteExcel, I can create a new workbook, but what if I want to open an existing book and modify certain columns? How would I accomplish that?
I could parse all of the data out of …
2
votes
2answers
794 views
Open Office .xls export to PDF causes check boxes to overlap
This is being done programmatically and I wish to know is there a way to resolve this issue by maybe passing some kind of flag or something during the conversion process which will make the cell …
2
votes
5answers
858 views
how can you parse an excel (.xls) file stored in a varbinary in MS SQL 2005?
problem
how to best parse/access/extract "excel file" data stored as binary data in an SQL 2005 field?
(so all the data can ultimately be stored in other fields of other tables.)
background
…
1
vote
1answer
104 views
ASP.NET - Rendering Gridview to HtmlTextWriter - XLS - Column Format
I'm using the following code to render a gridview to an XLS file on an ASPX page:
Private Sub ExportGridviewToExcel()
Dim attachment As String = "attachment; filename=ItemSizeExport.xls"
…
1
vote
1answer
149 views
Character encoding issues when reading XLS files with PHP
I'm using the PHP-Excel-Reader library to read some XLS files and immediately have hit this issue:
PHP Notice: iconv() [function.iconv]: Detected an incomplete multibyte character in input string …
1
vote
2answers
91 views
When I export files with php/html my session data resets
I have a web-based system built with user login data based on session variables.
Sometimes when a user is logged in and tries to export tables to csv or xls the session data seems to wipe and the …
1
vote
3answers
614 views
CSV to XLS linux script
I need a script to convert a comma seperated csv file to an excel xls file. I tried a python script online but i couldn't install the correct version of python to install a mod/dependency the script …
1
vote
2answers
256 views
Easy method of exporting an html table to excel file in ASP.NET?
Have a report generated from the DB, want to add an export button so they can get the same report in a excel readable sheet of some type. The key here is ease of implementation so a CSV is fine over …
1
vote
2answers
231 views
“50289 Can’t perform operation since the project is protected” but why?
I am supplying the correct password
Set objExcel = CreateObject("Excel.Application")
Set objWorkbook = objExcel.Workbooks.Open("H:\M\X\C.xls", 0, , , "password")
'any of these lines cause the error …
1
vote
3answers
601 views
Excel query table still works after deleting File DSN, how is that possible?
I have an xls with a pivot table using a proc to populate it.
I deleted the data connection in 'admin tools - odbc - file DSN' and it still works, how is that possible?
Does that mean that the …
1
vote
2answers
887 views
Open an Excel 2003 spreadsheet with C#. Could not find installable ISAM. Exeption
I need to pull data from an xls, I also need have the user be able to change the location of the file it will. So an OleDbConnection seemed like a good start, and it was until the first merged cell.
…
1
vote
5answers
527 views
Reading and writing XLS files
Im searching for a .Net component to read and write xls files from an application in working on. I dont want use automation with Excel.
It should support reading and write Excel 97 and newer …
1
vote
3answers
550 views
xls to text converter
Anyone know of a free xls to text converter that can be run from the unix command line?
