Linked Questions

4 votes
1 answer
17k views

can we use ExcelDataReader for creating excel sheet and writing into excel template. Or suggest any tool for the same
Milind's user avatar
  • 457
1 vote
3 answers
16k views

I have a view which is displaying 9 lines of information per every document. In this view I have Export to Excel functionality using the below code to Export document to excel. Data isn’t exporting ...
Rupesh's user avatar
  • 31
4 votes
1 answer
12k views

I am able to set cell values using EPPlus: var template = new FileInfo(Server.MapPath("~/App_Data/my_template.xlsx")); var pck = new ExcelPackage(template); var ws = pck.Workbook.Worksheets.First(); ...
Stefan's user avatar
  • 12.8k
15 votes
2 answers
1k views

SCENARIO I'm using the Telerik UI For Windows forms. I have a RadGridView on which I'm representing a custom type named MarketInfo: Public NotInheritable Class MarketInfo ... Public ...
ElektroStudios's user avatar
1 vote
2 answers
11k views

I'm trying to run an Excel Macro called Sheet1.Workbook_Open from a .NET web system. Below is my current code. xlApp = New Excel.Application xlWorkBook = xlApp.Workbooks.Open("C:\Testing\TempFile....
Dr R Dizzle's user avatar
2 votes
1 answer
11k views

The following code outputs to a csv file using controller.file. I want to change it to input to an excel sheet (.xls) instead of a csv file. I a using this library from here to do this.. http://code....
ZVenue's user avatar
  • 5,047
4 votes
2 answers
3k views

I'd like to export a table I have on my webpage to an Excel file and lock some cells in the new file. Here is my current code: Protected Sub btnExportToExcel_Click(ByVal sender As Object, ByVal e As ...
zeroef's user avatar
  • 1,969
3 votes
6 answers
1k views

Currently I have an application that takes information from a SQLite database and puts it to Excel. However, I'm having to take each DataRow, iterate through each item, and put each value into it's ...
XstreamINsanity's user avatar
5 votes
6 answers
3k views

I have huge excel files that I have to open from web browser. It takes several minutes to load huge file. Is it possible to open a single worksheet (single tab) at a time from excel file that contains ...
Venkata Uma Lakkakula's user avatar
1 vote
3 answers
13k views

I am new in Windows Application development, Trying to write code for exporting dataset to excel. I have read several examples on the internet regarding this but all are exporting the file to a ...
Saurabh's user avatar
  • 1,631
1 vote
2 answers
8k views

As I am trying to convert xml file to excel. I am able to do this with .xls file extensions only. When I try to convert xml file to excel with .xlsx extension I am able to create the excel file, but ...
Joy's user avatar
  • 21
3 votes
3 answers
1k views

Does anyone know how to create or export data to an xlsb file (Binary File Format) in a Linux OS from any programming language? My idea is to execute it from R, but any suggestion in Python, Perl or ...
Juan Antonio Roldán Díaz's user avatar
1 vote
2 answers
6k views

I want to make a windows form app. You can write text in textBox'es and when you press a button, the app would create an excel file and write the text from the boxes. I got only the UI done, I know ...
SurisDziugas's user avatar
1 vote
3 answers
9k views

I have a list array which contains some data. Currently I can see the output in the console and now trying to add to an excel file. Can anyone explain me how to do that. Here is the code to create an ...
221B's user avatar
  • 851
4 votes
5 answers
2k views

I currently have a CSV that I have built using StringBuilder in C#. This CSV is generated by: Querying the Database using LINQ Dumping the Resulting entries into a List Looping through the List and ...
Lando's user avatar
  • 2,378

15 30 50 per page
1
3 4
5
6 7
16