
Hello all, been a mentor for a while and now starting to delve into programming a bit. I have an excel file I created that takes every spell from d20pfsrd and turns it into a an ability/macro. This is great, and I can easily copy paste specific spells into a "spellbook" character which everyone can access and run the macros from. The problem is.... that is a lot of grunt work... and it seems like something API related could likely make it a simpler method. The number of macros I have right now is around 1700 spells. I used excel to pull values from each cell and combine them into a custom spell macro. I am more than willing to turn all of that stuff over to everyone for the greater good if someone could help me find a way to import such information easier than copy paste? Especially if I decide to later go back and edit the format of the macro template I use... Any help or nudge in the direction of a script that already basically does something similar would help. I look at the API scripts and I am still just... not there yet.