Exemplo n.º 1
0
        static void TestClosedXML2()
        {
            // 运行速度很慢,内存占用越往后也越大
            ClosedXmlTest ct = new ClosedXmlTest();

            ct.DoTest_GenerateThenAttach();
            ct = null;
        }