No announcements
Found 2879597 threads
-
0 Votes
how we can ignore empty cell while reading excel sheet in c#??
You're calling a GetCellValue method that seems to be reading the cell value. You didn't post that code so we cannot answer how it returns an empty value. ...Unanswered | 1 Replies | 1083 Views | Created by Anas Babar - Tuesday, May 29, 2018 9:17 AM | Last reply by CoolDadTx - Tuesday, May 29, 2018 2:01 PM -
1 Votes
C#.net program to find empty cell in excel sheet
Hi all, I am working on a project in which i want to find a empty cell in a range say (A1 to A10). So that i can insert a new data ...Answered | 4 Replies | 8639 Views | Created by Jimmit_05 - Wednesday, April 11, 2012 7:16 AM | Last reply by Lie You - Thursday, April 12, 2012 8:28 AM -
0 Votes
Problem While Reading Excel Sheet
I made a program that read excel file and store excel data in aAnswered | 2 Replies | 3029 Views | Created by D_S2 - Tuesday, September 30, 2008 6:40 AM | Last reply by VMazur - Monday, October 6, 2008 7:38 PM -
0 Votes
Problem with reading excel sheet in C#
reading the value it comes like 0.423... but while reading other excel sheets (for those actual value is 24.7%), it reads properly like 24.7.... When i ...Unanswered | 4 Replies | 7735 Views | Created by Anil Chowdary - Friday, November 20, 2009 3:35 PM | Last reply by Harry Zhu - Monday, November 23, 2009 9:14 AM -
0 Votes
Problem in reading cell of Excel sheet using OPENROWSET
Hello, The values in the L23 column are formatted in the way that way that negative values will be in Brackets and the curreny format is dollars, ...Answered | 1 Replies | 5544 Views | Created by Dipankar Verma - Friday, May 1, 2009 9:59 AM | Last reply by Pavan Kokkula - Friday, May 1, 2009 10:07 AM -
2 Votes
Excel sheet reading error.
;. I have an excel file and in that i have 3 sheets namely like sheet1$,sheet2$ and sheet3$ in that all sheets i have sample ...Answered | 2 Replies | 1798 Views | Created by Koritala - Monday, June 17, 2013 6:23 PM | Last reply by SathyanarrayananS - Tuesday, June 18, 2013 3:05 AM -
0 Votes
Issue in reading the Excel sheet Data in C#
We are trying to better understand customer views onAnswered | 2 Replies | 1288 Views | Created by Vijayark - Tuesday, November 26, 2013 4:02 PM | Last reply by PaulLinton - Thursday, November 28, 2013 10:21 PM -
0 Votes
Reading existing cell format in excel
I'm reading excel sheet from the c# code. In that excel sheet there are date columns. That can be formatted to any date format. ...Answered | 2 Replies | 2189 Views | Created by Sanyon_d - Thursday, February 23, 2012 6:39 AM | Last reply by orichisonic - Thursday, February 23, 2012 9:53 AM -
2 Votes
Reading Excel Sheet
; int Rnum = 0; ShtRange = NwSheet.UsedRange; //gives the used cells in sheet ...Answered | 5 Replies | 3676 Views | Created by Bhaskar Das - Thursday, December 15, 2011 5:52 AM | Last reply by Syed Shakeer Hussain - Thursday, December 15, 2011 10:59 AM -
0 Votes
Reading Excel sheet
contain only one column.now i am reading the excelsheet ,put that data in the datatable and checking datatable.columns.count == 1. But this is taking too long time as ...Unanswered | 2 Replies | 2970 Views | Created by ANANTHVIVEK - Monday, June 30, 2008 2:47 PM | Last reply by Ken Tucker - Monday, June 30, 2008 5:49 PM -
0 Votes
Reading Excel sheet to database
There are several approaches that one can use to open and edit Excel files, not to mention that there's more than one version of Excel file formats. Please post a code ...Unanswered | 1 Replies | 570 Views | Created by Saptarshi005 - Monday, April 29, 2013 7:02 PM | Last reply by Rudedog2 - Monday, April 29, 2013 7:12 PM -
0 Votes
Find an cell value of Excel sheet using C#?
For reading entire content of an Excel file in C#, we have to know how many cells used in theAnswered | 1 Replies | 4637 Views | Created by Maggy111 - Friday, April 19, 2013 2:10 PM | Last reply by Sankarsan Parida - Friday, April 19, 2013 5:38 PM -
1 Votes
exception while creating excel sheet in c#?
Answered | 1 Replies | 984 Views | Created by Maggy111 - Thursday, April 11, 2013 8:12 AM | Last reply by JayChase - Thursday, April 11, 2013 8:22 AM -
0 Votes
How to ignore first three/four or five empty rows in Excel Sheet data Source
want to import in to DWH. Any idea about how can i ignore intial empty rows or rows which contains report heading in data ...Answered | 20 Replies | 4184 Views | Created by MustafaH - Tuesday, November 17, 2009 2:12 PM | Last reply by MustafaH - Thursday, November 19, 2009 11:42 AM -
1 Votes
reading the excel data from excel sheet using C#.
Hi, here is also a simple alternative you can try to read excel file in C#:Answered | 4 Replies | 30858 Views | Created by ajayakumarnayak - Wednesday, June 26, 2013 7:33 AM | Last reply by JJ Brown - Tuesday, August 27, 2013 8:30 AM -
2 Votes
Excel: find empty cell
Find first empty cell in column 35 of the active sheet: $wb.ActiveSheet.Columns.Item(35).Find("").Row This is very ...Answered | 13 Replies | 2224 Views | Created by arnold_ - Saturday, March 8, 2014 11:54 AM | Last reply by arnold_ - Monday, March 10, 2014 3:43 PM -
0 Votes
How to add the checkboxes in Excel sheet cell using C#
Hi All, I am looking for add the checkboxes in my Excel sheet cell with Lable using C#.Please reply me if anyone know about ...Answered | 1 Replies | 7274 Views | Created by Avinash charapale - Tuesday, June 12, 2012 9:14 AM | Last reply by Green823 - Wednesday, June 13, 2012 6:06 AM -
0 Votes
Urgent Help- If cell is empty in Active sheet
>I have excel sheet having 8 tabs. One tab have a cell(ex: C7) is blank, if cell is blank then I want to hide entire tab if cell is not blank, the ...Answered | 2 Replies | 421 Views | Created by Madhavam01 - Tuesday, May 24, 2016 6:50 AM | Last reply by Edward8520 - Thursday, May 26, 2016 5:55 AM -
0 Votes
Reading Excel File in C#
;component. It has a really easy API for reading excel file in C#Answered | 2 Replies | 3472 Views | Created by David Billa - Friday, January 4, 2013 6:50 AM | Last reply by JJ Brown - Tuesday, August 27, 2013 8:24 AM -
0 Votes
Excel sheet random cell access
Hello all, I want to access any random cell in an excel sheet (C,3 for example), and want to read and write from ...Answered | 4 Replies | 2238 Views | Created by Sandra93 - Thursday, August 1, 2013 10:00 AM | Last reply by Sandra93 - Thursday, August 1, 2013 11:14 AM - Items 1 to 20 of 2879597 Next ›
No announcements