2
votes
4answers
214 views
How to export a datagrid to Excel file in Flex?
How do I export data in my datagrid to an Excel file in Flex?
Can anyone provide some examples for that? I am browsing but couldn't find out a single example of that kind.
EDIT
…
0
votes
1answer
203 views
Export Gridview to Excel with rows formatted as text
I have read serveral tutorials online and seem to be missing something. I am trying to have the leading 0's show up in columns by setting the format to text.
Any suggestions woul …
1
vote
3answers
78 views
Exporting to Excel the simple way (but not CSV)
Yesterday I found this How-To on exporting data to Excel spreadsheets by simply producing HTML. Seemed like a straightforward way of exporting cells with formatting, what one can n …
2
votes
6answers
106 views
C# and Excel files
I need to create a program that can read from/write to an Excel file. Should I use OleDB or use an Excel Object? What are the advantages of one over another, and where can I read u …
0
votes
1answer
23 views
Hyperlinks not Clickable when Exported to excel
When I Run a Query, the results of it are exported to the Excel. This data has few hyperlinks which get displayed in random (I donno which cell or column). My Issue is that the hyp …
0
votes
2answers
44 views
Where to put to_xls and from_xls in a rails app
So I have a model that I need to be able to serialize to/read from an Excel(XLS) document. I am a bit of a loss as to where this code actually belongs. My initial thought is that t …
0
votes
1answer
20 views
How to export Silverlight 3.0 ListBox contents to Excel & Word?
The ListBox contains multiple ListBoxes which inturn contain many ListBoxItems. The top level ListBox does not have a ItemsSource collection bound to it, rather the child ListBoxes …
0
votes
3answers
47 views
[VB] Spreadsheet from DataTable
In my app, I'm downloading a spreadsheet from FTP, moving the data read from the spreadsheet to a DataTable, and, depending on certain conditions, emailing a new spreadsheet (one t …
0
votes
3answers
91 views
export query result as CSV through PHP
Say I have stored a query in a variable called $query. I want to create small hyper link called "export as CSV" on the results page. How do i do this?
0
votes
0answers
16 views
How do I get the data shown in an Xceed grid and export to XML?
I have an Xceed datagrid v2(express) bound to a list of viewmodels. Each viewmodel consists of several types of objects. For example a viewmodel with a specific contact and its emp …
0
votes
1answer
25 views
How to export long strings from datasource to excel in Coldufusion and Report Builder
Hi everyone,
I have to export some data, stored in a MSSQL database, using Coldfusion server pages.
I setup my query with the cfquery tag, I generate my cfr file in Report Builder …
0
votes
0answers
80 views
Export Gridview with image to Excel - Problem
I have a Gridview in my ASP.NET C# Page. It has a couple of columns and also one image column. I can export the entire columns to an Excel file, but the image column is blank. B …
0
votes
1answer
40 views
A required privilege is not held by the client. When using ExcelPackage for creating excel sheet ???????
Hi to all ,
I am using ExcelPackage to create the excel sheet through .net.
I am taking the reference at codeplex for creating excel sheet.
It is giving me following error:
A …
0
votes
0answers
37 views
convert excel cell text into number poi
HAI
i want ot convert a cell text value into a number in Excel using POI API.
cell text value like '2,345' to conver as a number.
How can i do that.
if any has face this proble …
0
votes
0answers
34 views
Escaping Parentheses in Excel
I have an ASP.Net website that allows you to export a Gridview to Excel. The Gridview has some column headings with words and then numbers surrounded by parentheses like this:
Abc …
