Monatsarchiv: März 2015

Open XML: Create a table

Within this article I want to show you how to create a table within a word document.   Table structure In Open XML documents there are a lot of different content elements and styles. Within this article I want to … Weiterlesen

Veröffentlicht unter .NET, C#, Open XML | 1 Kommentar

Share knowledge in your team by defining module responsibilities independent of implementation responsibilities

Maybe you all know the following issue from your own software project: Someone of your project team gets sick, leaving the team or cannot work for the team l for other reasons. And suddenly you get big problems because no … Weiterlesen

Veröffentlicht unter Kanban, Projektleitung, Scrum | Kommentar hinterlassen

Open XML: Create new heading style

In a previous article I have shown how to use an existing heading style. But this requires an existing template document with the according style definition. Maybe you don’t have such a document or don’t want to use one. In … Weiterlesen

Veröffentlicht unter .NET, C#, Open XML | Kommentar hinterlassen

Scrum Teams: autonomy vs. external control

In theory scrum teams should act autonomously and self-determined. An external control by the product owner is not necessary. Of course, he defines what to do, but he does not control how the development team implements the requested features. In … Weiterlesen

Veröffentlicht unter Kanban, Projektleitung, Scrum | Kommentar hinterlassen

Open XML: Set heading style

If you create a word document and fill it with content, you will normally define headings to group the content. So it is a common task to define and use heading styles. There are two main uses cases: you may … Weiterlesen

Veröffentlicht unter .NET, C#, Open XML | Kommentar hinterlassen