# Is there any module for Excel data import in WFG

**URL:** https://discuss.workflowgen.com/t/is-there-any-module-for-excel-data-import-in-wfg/2128
**Category:** General WorkflowGen Discussion
**Created:** [March 3, 2023, 6:20am UTC](https://discuss.workflowgen.com/t/is-there-any-module-for-excel-data-import-in-wfg/2128 "2023-03-03T06:20:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Zoie](https://avatars.discourse-cdn.com/v4/letter/z/958977/32.png) [@Zoie](https://discuss.workflowgen.com/u/Zoie)
#### Post date: [March 3, 2023, 6:20am UTC](https://discuss.workflowgen.com/t/is-there-any-module-for-excel-data-import-in-wfg/2128/1 "2023-03-03T06:20:57Z")

</div>

Hello,

Can WFG use excel imprt data in gridview? can import data in batches.

---

<div class="post-metadata">

### Author: ![eddy.daouk](https://yyz2.discourse-cdn.com/flex030/user_avatar/discuss.workflowgen.com/eddy.daouk/32/672_2.png) [@eddy.daouk](https://discuss.workflowgen.com/u/eddy.daouk)
#### Post date: [March 7, 2023, 6:56pm UTC](https://discuss.workflowgen.com/t/is-there-any-module-for-excel-data-import-in-wfg/2128/2 "2023-03-07T18:56:28Z")

</div>

Hi @Zoie ,

WorkflowGen does not a have a built-in functionality for this feature but you can definitely make it happen with a bit of custom code.

Cheers,  
Eddy.

---

<div class="post-metadata">

### Author: ![kevin.lee](https://avatars.discourse-cdn.com/v4/letter/k/65b543/32.png) [@kevin.lee](https://discuss.workflowgen.com/u/kevin.lee)
#### Post date: [March 7, 2023, 7:31pm UTC](https://discuss.workflowgen.com/t/is-there-any-module-for-excel-data-import-in-wfg/2128/3 "2023-03-07T19:31:24Z")

</div>

If custom coding can be considered, a popular library Epplus can be used to read Excel data and bring it into WFG

> **[C# Convert Excel To DataTable](https://www.c-sharpcorner.com/article/c-sharp-convert-excel-to-datatable/)**
>
> In this article, we will discuss how to convert Excel data to Datatable using ExcelPackage in C#.
