Program for Tilling

Hello,
Im looking a program like Tile Studio or similar where I can export my tile map as
an array of ints for example


int[,] numbers = new int[3, 2] { {1, 2}, {3, 4}, {5, 6} };

Does something like this exsist?

This is possible to code your output using Tile Studio so it is possible to do what you want with the output while using this program.