'Use Excel File in C# Microsoft botframework SDK
How can I read local excel data on my C# bot using bot framework SDK. I can't find any documentation for it. Can anyone help?
Solution 1:[1]
There isn't a Bot Framework-specific package for such a thing. However, you are working in C#, so you can simply apply a C# solution to the problem. A basic web search turned up something like this, however it would be up to you to choose an appropriate solution.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | AP01 |