I apologize if this is already out there, but I can't find any documentation around this.
In my application, I have successfully used XLsIO to manipulate an excel file and implement a pivot table. I cannot find how to manipulate the style of the pivot table other than using the BuiltInStyle that allows you to use a style already created. I really don't care how, but I'm looking for a way to apply my own style, or traverse all the content to create the style I would like. How is this possible? I feel like I'm just not seeing the simple answer...
Thanks for any help on this!