repeatable fields (broken when other input formats where introduced) work
[webpac] / parse_format.pm
index 292f63a..a6f9c97 100644 (file)
@@ -105,6 +105,8 @@ sub parse_excel_format {
        my $i = shift;
        my $codepage = shift;
 
+       return if ($i > 0);     # Excel doesn't support repeatable fields
+
        my $out;
        my $out_swish;