-
NUnit supports parameterized tests, something like this:
```
[RowTest]
[Row(1001,1,2,3)]
[Row(1,1001,2,3)]
[Row(1,2,1001,3)]
public void SumTests(int x, int y, int z, int expected)
{
...
}
```
Ac…
-
Feature is developed on branch https://github.com/NetOfficeFw/NetOffice/tree/dev/net6
- [x] Build for .NET Framework 4.6.12
- [x] Build for .NET 6
- [x] Build for .NET 8
- [x] Sign binaries …
-
First of all, thanks a lot, IguanaTex is an awesome peace of software!
Below are some problems and solutions while installing IguanaTex on older OSX / PPT versions.
Unfortunately, I could not instal…
aboev updated
3 weeks ago
-
When `olevba` scans an RTF file, it raises an error stating that RTFs cannot contain VBA Macros. Is this info outdated? `rtfobj` is able to extract OLE objects, but cannot, as far as I know, scan them…
-
In order to create a presentation by populating template slides with dynamic data
As a developer using python-pptx
I need the ability to clone a slide
API suggestion:
```
cloned_slide = prs.slides.c…
-
HI,
If you want this to work with both WORD and Excel:
---------------
Const RHOST As String = "172.16.97.1"
Const RPORT As String = "443"
Sub AutoOpen()
MacroMeter
End Sub
Sub Workbook_…
-
# Provide required information needed to triage your issue
The "context.presentation.getSelectedShapes()" method correctly includes all selected shapes on any slide when Normal View is selected fro…
-
**Description**:
Add Workbook name as prefix to Exported modules.
**Additional Context**:
I do a monthly backup of all code modules, forms, etc. I have a macro to do this, and it adds the wor…
-
While working on porting VSTO solution to Office JS solution, I've found that it is not possible to set line weight for chart series to a non-integer values. Documentation just says it has to be a num…
-
When inserting a chart into a chart placeholder (not creating a brand new chart), if the df/table has more than 5 columns of data then the colors used in the chart are approx 13% darker than the Accen…