---
title: "Export Excel data to Gridview"  
description: "Export Excel data to Gridview"  
author: "Htwe Htwe"  
published: 2013-10-03  
updated: 2013-10-03  
canonical: https://www.mindstick.com/forum/1575/export-excel-data-to-gridview  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# Export Excel data to Gridview

Hi All,\
\
To Export excel data to [gridview](https://www.mindstick.com/articles/873/update-delete-edit-gridview-in-asp-dot-net),I got the [error message](https://www.mindstick.com/forum/23174/error-message-the-page-you-are-requesting-cannot-be-served-because-of-the-extension-configuration) like this\
The [Microsoft](https://www.mindstick.com/articles/12301/microsoft-is-trying-to-kill-passwords) [Office](https://www.mindstick.com/articles/13103/how-do-computer-desks-assist-in-the-office-work) [Access database](https://www.mindstick.com/forum/385/access-database-datatype-problem) engine could not find the object 'Sheet1$'. Make sure the object exists and that you spell its name and the path name correctly.\
\
MyCommand = new OleDbDataAdapter("select * from [Sheet1$]", MyConnection);\
DtSet = new [DataSet](https://www.mindstick.com/articles/19/dataset)();\
MyCommand.Fill(DtSet,"[Sheet1$]");\
\
Thanks in [advance](https://www.mindstick.com/blog/33258/jee-mains-and-jee-advance-exams)\
Htwe Htwe


---

Original Source: https://www.mindstick.com/forum/1575/export-excel-data-to-gridview

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
