Tuesday, July 13, 2010
Sunaina tamil Actress
Sunaina tamil Actress
rds. Sunaina is an Indian film actress, who works in Tamil, Telugu, Kannada and Malayalam film industries. Her debut Tamil film Kadhalil Vizhunthen.
Read all sheet names from a excel sheet
Read all sheet names of excel in c#
The below function will give you the sheet names from a excel sheet.
protected String[] sheetname()
{
OleDbConnection objConn = null;
System.Data.DataTable dt = null;
try
{
String connString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + [path of your excel file] + ";Extended Properties=Excel 8.0;";
// Create connection object by using the preceding connection string.
objConn = new OleDbConnection(connString);
// Open connection with the database.
objConn.Open();
// Get the data table containg the schema guid.
dt = objConn.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, null);
if (dt == null)
{
return null;
}
String[] excelSheets = new String[dt.Rows.Count];
int i = 0;
// Add the sheet name to the string array.
foreach (DataRow row in dt.Rows)
{
excelSheets[i] = row["TABLE_NAME"].ToString();
i++;
}
// Loop through all of the sheets if you want too...
for (int j = 0; j < excelSheets.Length; j++)
{
// Query each excel sheet.
}
return excelSheets;
}
catch (Exception ex)
{
return null;
}
finally
{
// Clean up.
if (objConn != null)
{
objConn.Close();
objConn.Dispose();
}
if (dt != null)
{
dt.Dispose();
}
}
}
Top 10 tallest buildings in Dubai
Top 10 tallest buildings in Dubai
Top 10 tallest buildings in Dubai
1. | Emirates Office Tower | 355.00 |
2. | Burj al Arab | 321.00 |
3. | Emirates Hotel Tower | 309.00 |
4. | 21st Century Tower | 269.00 |
5. | Chelsea Tower | 251.00 |
6. | The Tower | 243.00 |
7. | Shangri-La Hotel | 196.00 |
8. | Capricorn Tower | 185.00 |
9. | Murjan Tower | 185.00 |
10. | Mesk Tower | 185.00 |
Kodinhi, Village Of Twins
Kodinhi, Village Of Twins
Emma Watson Is Hollywood's Highest Paid Actress
Emma Watson Is Hollywood's Highest Paid Actress
That's magic! Harry Potter star Emma Watson is named Hollywood's highest paid actress
By Paul Thompson
Last year was a big one for Emma Watson.
She had her final teenage birthday, she started university - and she managed to become the highest paid female star in Hollywood.
The Harry Potter actress, 19, is said to have banked more in 2009 than established stars such as Cameron Diaz, Angelina Jolie and Sarah Jessica Parker.
Her income was put at £20million in the table of Hollywood's top 40 earners compiled by Vanity Fair magazine.
Top earner: Despite trying to maintain a normal life Harry Potter actress Emma Watson was the highest paid female star in Hollywood in 2009
She came 14th overall - and is the youngest person, male or female, to appear.
The magazine said her fee for appearing as Hermione in the final two parts of the Harry Potter series, The Deathly Hallows I and II, was £10million for each film.
Her Potter co-star Daniel Radcliffe fared even better and was placed sixth overall with an income of £25.6million.
Incredibly, the 20-year-old was the highest paid actor on the list, with the top five places all occupied by directors.
The magazine, which compiled its figures from various Hollywood sources, said Radcliffe pulled in £25million for his role in the final two Potter films.
He earned a further £600,000 in royalties from Harry Potter merchandise.
Radcliffe, who has used some of his earnings to build up a property portfolio in the UK and U.S., earned more than Johnny Depp and Robert De Niro.
The list was topped by director Michael
Bay who made the Transformers films.
His income was put at £78.12million with Steven Spielberg second with £ 53.1million.
James Cameron, the director and producer of Avatar, was fourth with £31.25million.
Radcliffe and Miss Watson's Harry Potter co-star Rupert Grint made it on to the list at No 15, with £20million.
Twilight star Robert Pattinson earned £11.25million to reach No 38, two places above Brad Pitt.
Big screen hit: Emma has played the heroine Hermione in all of the Potter films
Typhoon Morakot
Typhoon Morakot
Popular Posts
-
The server request timed out "Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out" Getting ...
-
Sunaina tamil Actress rds. Sunaina is an Indian film actress, who works in Tamil, Telugu, Kannada and Malayalam film industries. Her de...