Hey, Abraxas, very good and solid guide. I don't have much to add, except that you can generate .txt file per stat file, without using All.xlsm which makes it quite straightforward.
In every .xslm file we have VBA macroses that take care about exporting this particular stat type (character, potion etc)
How to do use it:
![[Linked Image]](https://monosnap.com/file/jminh8yR8BjSd5W44wDReeuyUJgShO.png)
Couple of notes:
1. In most cases there are two Generate macroses in each file. To export stat file you need to use
not Sheet1.Generate but other one. Sheet one contains ValueLists and I don't recommend to touch those.
2. For security purposes macroses are disabled by default quite often. IF you don't have that macros button, that I have on the image you need to google for "excel enable macros" or something like this. Process may differ in differnt excel versions a little bit.
3. My screenshot is from excel 2016 so as in note 2, yours might differ a little bit. We prepared stats in office 2007, but in practice those macroses should work in all version later than 2007 too without much trouble.
Happy modding!