Search code examples
c#tally

Can we Load TDL file to Tally through C# code automatically


I Am having an tool which is developed in C# to fetch data from Tally to my local database.

As of now I am manually loading the TDL file in Tally and then fetching data from C#.

But is there any way to load TDL file automatically to Tally through my C# code?


Solution

  • If you have Tally Developer license you can convert TDL to XML and send to Tally

    enter image description here

    If you don't, then you need to manually convert TDL to XML, which is pretty much time-consuming