EvotecIT / OfficeIMO

Fast and easy to use cross-platform .NET library that creates or modifies Microsoft Word (DocX) and later also Excel (XLSX) files without installing any software. Library is based on Open XML SDK
MIT License
286 stars 50 forks source link

**Breaking Change** - Remove continue & restart numbering from Lists #205

Closed PrzemyslawKlys closed 7 months ago

PrzemyslawKlys commented 7 months ago

Resolve issues described in:

Basically no longer allows to use WordList wordList3 = document.AddList(WordListStyle.Headings111, true); or using RestartNumbering = true as each list restarts by itself