Tom Jebo
Tom Jebo
@vramanrsv, There are actually many things that could be the problem here. If the slides you are copying are using different formatting, styling or other resources in the presentation, then...
This is essentially a request to implement the SDK validation and classes based on ISO standard vs Office. There may be some need to add an implementation note in MS-OI29500...
@toraritte Sorry this is coming so late. I took a look at the code and recreated this in C#, finding that the formula based `dataValidation` elements are `x14` (Office2010) extensions...
Alex and I discussed consolidating the duplicate code in FindFolder into a utility class in the common project. I plan to submit an issue for that after the merge.
@gartenkralle By the number formatting. More: Excel uses the `s` attribute in the cell element in the `sheet.xml` part: ```xml 3.05 ``` In this case the following `s` attribute is...
Hey @sergey-tihon, Perhaps you're fine with this now but I thought I'd mention that I see that the compiler does at least inform you that this will always be true:...
@zhuangjiaju If you add the more precise format specifier, you'll see that the underlying double value has more precision and hence the reason for Excel's rounding to 23:59:59 on the...
@FullStackEngN, to be more specific to what @mikeebowen requested, the function you included ( `CreateSlideLayout() `) does not show how the SlideMaster part is created which is where the `transition`...
@mahongbo86, so you are copying an existing presentation to a new presentation using FeedData, is this correct? Then is my assumption that you are doing FeedData for the SlideMaster part...