There was an error while loading. Please reload this page.
1 parent ce667e4 commit a5e4946Copy full SHA for a5e4946
1 file changed
main.go
@@ -297,6 +297,10 @@ func main() {
297
glg.Fatalf("Error while parsing excel data: %v", err)
298
}
299
300
+ if !f.Force && len(interFormat.Rows) == 0 {
301
+ glg.Fatal("No data found. Did you copy from excel? Use --help for details.")
302
+ }
303
+
304
glg.Debug("Setting properties for internally-processed table")
305
interFormat.Title = f.Title
306
interFormat.LatexColumnType = f.ColType
0 commit comments