Craig Chamberlain
Craig Chamberlain
I can't see a property for this in the XML either. Do you know if it can be done to an existing pivot table? I couldn't find any likely properties...
Thanks Sharif. Nice little gallery otherwise. I have it wrapped in an await so it doesn't render prematurely but nicer to let it bound to dynamic data.
Hi, I don't think I did any binding I just laid all the markup out in one file. I did do some css which gave the images a height andnaybe...
I would love to be able to open a package from a file stream too. For example with the PnP.PowerShell I can open a filestream to a doc without having...
I should really have a shot of understanding this. Its a great tool I use everyday. Shouldn't be for you to do everything On Tue, 12 Nov 2024, 15:27 Doug...
Hi, I'll fork today and start with making some tests.
Hi, I've been playing with this today. I don't think editing your code base might be the right way to go as streams might be a bit niche and behave...
Hi @PSonander , You can make a memory stream from you're byte array and then save it back to another stream, maybe the same one you'd have to test it....
I did find this, requires node which is a shame but this could be the way to go. https://devblogs.microsoft.com/powershell/cmdlets-via-autorest/
This just produces a sln that needs building with .NET anyway. Imperfect tools for converting Odata -> Opendata. This might still be worth doing in .net for Odata but most...