No announcements
-
0 Votes
ADO.NET 3.5: Write DataSet/Table to Excel 2007 .xlsx spreadsheet (ping Paul Clement)
(ping Paul Clement) I am attempting to write the entire contents of an ADO.NET DataSet to an Excel 2007 ...Answered | 8 Replies | 5919 Views | Created by jamesfreddyc - Monday, September 19, 2011 7:53 PM | Last reply by Joanna Wilkingson - Monday, May 7, 2012 11:25 AM -
0 Votes
Read Excel Spreadsheet using ADO.NET and DataSet
I Read Excel Spreadsheet using ADO.NET and Dataset. I testedUnanswered | 3 Replies | 6533 Views | Created by AppyStar - Sunday, June 8, 2008 3:34 AM | Last reply by Narendran Ponpandiyan - Wednesday, May 11, 2011 7:19 AM -
0 Votes
Reading and Writing Excel Spreadsheets Using ADO.NET C#
DataTable to Excel with this C# / VB.NET Excel componentUnanswered | 2 Replies | 5544 Views | Created by Donaghy - Monday, September 18, 2006 10:11 AM | Last reply by Mary Harisson - Thursday, April 26, 2012 8:54 AM -
1 Votes
Export dataset to Excel (.xlsx)
How to export a dataset to excel in .xlsx format.I am getting content corrupted error.Please help me on this RaviAnswered | 4 Replies | 27386 Views | Created by Shankar,R - Monday, February 23, 2015 10:01 AM | Last reply by Countrysideflair - Thursday, February 11, 2016 9:46 PM -
0 Votes
parsing Excel (xlsx) spreadsheet in silverlight
Hi Ray, You can upload spreadsheet to server and parse it with ADO.NET.Answered | 6 Replies | 14116 Views | Created by lovray - Wednesday, July 28, 2010 12:37 PM | Last reply by lovray - Tuesday, August 3, 2010 11:57 AM -
2 Votes
From DataSet to Excel Spreadsheet
Excel VB.NET code how to import Excel to DataSet using that component:Unanswered | 7 Replies | 3899 Views | Created by LoganY - Monday, October 19, 2009 9:56 AM | Last reply by CikaPero - Friday, April 8, 2011 9:52 AM -
0 Votes
Export to Excel 2007 (xlsx) format
Are you asking how to save in Excel 2007 (xlsx) format, or are you asking how to save from Report Viewer?Unanswered | 3 Replies | 7260 Views | Created by BRaghav - Wednesday, May 23, 2007 12:45 PM | Last reply by Xarplew - Wednesday, July 30, 2008 4:45 PM -
2 Votes
Copy ADO.NET dataset to Excel
Hi, you could try GemBox.Spreadsheet to export DataSet to Excel .Answered | 9 Replies | 16944 Views | Created by CerfurMark2 - Monday, November 19, 2007 1:51 AM | Last reply by CikaPero - Tuesday, January 19, 2010 9:39 AM -
2 Votes
Write output to Excel Spreadsheet
Hi guys, I have written this code but when I open the Excel Doc, the spreadsheet is blank apart from the column names. Any idea why because when I tested using ...Unanswered | 4 Replies | 9671 Views | Created by Roddaz - Monday, February 7, 2011 12:09 PM | Last reply by Liliane Teng - Wednesday, February 9, 2011 3:59 AM -
1 Votes
Issues writing Excel 2007 files using ADO.NET
Being new to Excel 2007 I had no idea there was more than one new file format. I wasn't having any trouble reading XLSX files using the connection string ...Answered | 3 Replies | 6208 Views | Created by ScottSt - Thursday, May 15, 2008 5:15 PM | Last reply by ScottSt - Friday, May 16, 2008 12:46 PM -
0 Votes
Writing to An Excel Spreadsheet From VB
, to an Excel spreadsheet. How can I do that and what object(s) to I need to import in order to access the appropriate methods?Answered | 4 Replies | 3498 Views | Created by D Mac - Monday, May 5, 2008 12:48 AM | Last reply by Jonathan Kehayias - Monday, May 5, 2008 2:00 AM -
0 Votes
append from excel 2007 spreadsheet
One of my clients just upgraded from excel 2003 to 2007. My program does an append from ... xls, and is now reporting a bad file format. Is there a way to append from ...Answered | 3 Replies | 5432 Views | Created by George Smith in Phoenix - Wednesday, June 16, 2010 9:13 PM | Last reply by George Smith in Phoenix - Thursday, June 24, 2010 8:13 PM -
0 Votes
OLEDB Connection errors while writing to Excel 2007 (xlsx) files
to write into Excel 2007 xlsx files. No changes at the database level. So, I created OLE DB Connections for all the Excel files and the connections appear ...Discussion | 1 Replies | 441 Views | Created by malasyam - Tuesday, May 17, 2016 3:17 AM | Last reply by malasyam - Tuesday, June 14, 2016 1:42 AM -
0 Votes
Error When Excel Spreadsheet as Dataset
I'm attempting to use an Excel spreadsheet as a dataset. It appears SSRS is reading the sheet fine: the fields are coming into the dataset fine when I view the ...Answered | 8 Replies | 4223 Views | Created by ansonee - Monday, October 1, 2012 4:00 PM | Last reply by Shahfaisal Muhammed - Monday, October 1, 2012 6:15 PM -
0 Votes
Export DataSet to Existing Excel Spreadsheet
Hi, you can easily export DataSet to Excel (existing or new spreadsheetAnswered | 8 Replies | 14426 Views | Created by dazza33 - Friday, November 30, 2007 1:03 AM | Last reply by ryguy72 - Thursday, January 9, 2014 3:30 PM -
1 Votes
Excel 2007 / ADO.NET DataTable (con't)
be enclosed within pound sign (#) characters. Also, Excel stores all numeric values in a spreadsheet as Double. Paul ~~~~ ...Answered | 9 Replies | 2492 Views | Created by jamesfreddyc - Wednesday, September 21, 2011 12:55 PM | Last reply by jamesfreddyc - Wednesday, September 21, 2011 4:32 PM -
0 Votes
Writing to excel spreadsheet
What you can do with Excel and ADAM I am assuming will be limited but I have found you some sample code and the ADAM and Scripting center. Hope this ...Answered | 4 Replies | 5753 Views | Created by TonyFlora63 - Friday, November 2, 2007 2:27 PM | Last reply by TonyFlora63 - Saturday, November 3, 2007 4:20 PM -
0 Votes
(Access 2007) Export to Excel spreadsheet ,
I don't have an answer, but one thing you could check is if excel has the ability to make that setting the default for all spreadsheetsUnanswered | 3 Replies | 4765 Views | Created by Dougmeister2 - Friday, November 19, 2010 2:05 PM | Last reply by Dougmeister2 - Monday, November 22, 2010 7:05 PM -
0 Votes
Export dataset button to excel spreadsheet
Hi, here is an Excel VB.NET code how to importAnswered | 25 Replies | 8468 Views | Created by Mr.Addy - Thursday, February 21, 2008 6:31 PM | Last reply by CikaPero - Friday, April 8, 2011 8:31 AM -
0 Votes
Comparing table with excel spreadsheet
At this point, you have one table and another query which fetches the EXCEL data. You can do the required manipulation at this ...Answered | 3 Replies | 8113 Views | Created by ISAL_F - Thursday, August 23, 2007 3:39 AM | Last reply by ColSchmoll - Thursday, August 23, 2007 8:25 AM - Items 1 to 20 of 1114049 Next ›
No announcements