@@ -0,0 +1,10 @@
+package xlsx
+
+import (
+ "testing"
+ . "gopkg.in/check.v1"
+)
+func Test(t *testing.T) { TestingT(t) }