The goal is to apply the Document Builder tools and learn how to build up a word doc from various xml parts or from other sections.
I open the OpenXmlPowerToolsExamples solution in VS2015, then following one of Eric’s videos try to utilize the DocumentAssembler01 project.
FAIL!! using System.IO.
packaging is not found in the system.io namespace. Are you missing an assembly reference?
but in the Open-XML-SDK I set it up, following the video, ran all tests, taking about 20 minutes, back in the examples solution I replaced the System.IO.Packaging reference with one from the openxmlsdk solution.
no.
How can you create the development platform from scratch so that it can use the examples? One solution I have to create now is to take the custom table and bar chart that the code produces, and do this for all projects. so the data comes from a table, then I pick out certain parts to build a grid of info, and the custom stacked barchart.
But I cannot even get the basics going