ext/xlsxwriter/libxlsxwriter/src/utility.c in xlsxwriter-0.2.0 vs ext/xlsxwriter/libxlsxwriter/src/utility.c in xlsxwriter-0.2.1.pre
- old
+ new
@@ -19,17 +19,22 @@
"No error.",
"Memory error, failed to malloc() required memory.",
"Error creating output xlsx file. Usually a permissions error.",
"Error encountered when creating a tmpfile during file assembly.",
"Error reading a tmpfile.",
- "Zlib error with a file operation while creating xlsx file.",
- "Zlib error when adding sub file to xlsx file.",
- "Zlib error when closing xlsx file.",
+ "Zip generic error ZIP_ERRNO while creating the xlsx file.",
+ "Zip error ZIP_PARAMERROR while creating the xlsx file.",
+ "Zip error ZIP_BADZIPFILE (use_zip64 option may be required).",
+ "Zip error ZIP_INTERNALERROR while creating the xlsx file.",
+ "File error or unknown zip error when adding sub file to xlsx file.",
+ "Unknown zip error when closing xlsx file.",
"NULL function parameter ignored.",
"Function parameter validation error.",
"Worksheet name exceeds Excel's limit of 31 characters.",
- "Worksheet name contains invalid Excel character: '[]:*?/\\'",
+ "Worksheet name cannot contain invalid characters: '[ ] : * ? / \\'",
+ "Worksheet name cannot start or end with an apostrophe.",
"Worksheet name is already in use.",
+ "Worksheet name 'History' is reserved by Excel.",
"Parameter exceeds Excel's limit of 32 characters.",
"Parameter exceeds Excel's limit of 128 characters.",
"Parameter exceeds Excel's limit of 255 characters.",
"String exceeds Excel's limit of 32,767 characters.",
"Error finding internal string index.",