Newer
Older
ClosedXML / ClosedXML_Tests / Examples / PivotTableTests.cs
@Francois Botha Francois Botha on 12 Jun 2017 309 bytes Allow blank pivot tables. Fixes #340
using ClosedXML_Examples;
using NUnit.Framework;

namespace ClosedXML_Tests.Examples
{
    [TestFixture]
    public class PivotTableTests
    {
        [Test]
        public void PivotTables()
        {
            TestHelper.RunTestExample<PivotTables>(@"PivotTables\PivotTables.xlsx");
        }
    }
}