Tagged Questions
2
votes
2answers
65 views
how to select the cell below on a different sheet to populate a cell next to one on your worksheet
I am tasked with creating A map of our warehouse.
In the data I have to have model, description and location.
What I am having trouble with is, I am using data from a second sheet to populate the ...
2
votes
4answers
349 views
1
vote
1answer
202 views
convert mat file to excel file
Can anyone help me how to convert mat file which contain struc of array (that include many neumric and string feilds) to xls file? Any help will be highly appreciated. Thanks!
1
vote
1answer
91 views
How to receive notifications from printer/print spooler for every page while printing Excel sheets?
I've written an Excel add-in in C#.NET. When ever the user opens and Excel workbook and give a print on a worksheet, the excel does the print. There is only one notification that is raised by the ...
1
vote
1answer
134 views
Retrieving excel sheet cell value
I am using c# to read the value of particular cell of excel sheet. But as per my code I am not getting any value..
My code for getting the cell value is:
foreach (DataRow dr in ...
1
vote
2answers
610 views
Programmatically alter an Excel sheets row height
How can I alter the row heights of all my non empty rows in my EXCEL sheet?
Thanks in advance,
w.
1
vote
5answers
2k views
Excel: How can I display the data from several sheets in one?
I have written a script which creates a complex Excel sheet which contains data from several data sources. The data on each sheet is usually 1-5 rows. It would be great if I could create another sheet ...
0
votes
0answers
64 views
Specify the sheet name (tab) in exported excel file, C# & asp.net
I see it's pretty discussed both here and other sites but I still can't find precise and complete answer.
I have a button which is exporting database table to excel and I want to specify (hard-coded ...
0
votes
1answer
129 views
Exporting a report with multiple sheets from JasperServer to Excel
I created a report using iReport and set the 'One Page per Sheet' option to true in the Excel Export parameters, this generates a report in iReport with multiple sheets.
I then loaded the report ...
0
votes
2answers
153 views
Excel VBA change button size and location
How do I change a button size and location on an excel sheet?
0
votes
1answer
184 views
unix script excel report generation problem
i am creating an excel file through shell script.the data should be in 4 columns,
but the output data came in one column.
Please help to resolve this.
0
votes
2answers
281 views
Unable to get Sheet names with GetOleSchemaTable()
I am working with some code that uses an OleDbConnection to load data from an Excel file to a DataTable. Currently it defaults to the first Sheet but getting it's name using the following code:
...
0
votes
1answer
334 views
Excel VBA crashes after subroutine finishes
This script is to reset a template, by copying a hidden worksheet template and deleting the existing sheet (after repopulating some reference data). I have tested it and it runs fine in debugging ...
0
votes
1answer
229 views
How to fire SQL query on Open worksheet of EXCEL sheet on runtime?
I am writing code to generate excel file.
I am generating a detailed report in 3 sheets on single XLS file.
I am able to write 1 detailed sheet1.
Now i want to fire sql query on sheet1 table to ...
0
votes
1answer
391 views
Problem passing dynamic parameters to a mysql query from asp.net page
I've a requirement that I need to read an excel sheet programmatically using asp.net/C# and write the data obtained into a mysql table.The excel sheet contains something around 50 columns and 2000 ...
0
votes
1answer
363 views
Set Excel sheet as datasource to Gridview
I have the excel sheet , I want to keep it as datasource to the gridview . gridview will be editable so whatever the data updated sholud be write to again in excel sheet with respected location in ...