mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 05:14:38 +08:00
DOC: Fix typo in xslx format name.
This commit is contained in:
@@ -67,8 +67,8 @@ def ensure_latest_answer_key():
|
||||
The xls answer sheet is not kept in SCM, because its size is on the order
|
||||
of 20MB, and every edit would increase the repo size.
|
||||
|
||||
xlsl and ods have smaller outputs and could be more friendly to SCM, but:
|
||||
- not using xlsl, because currently the xlsl that is generated by
|
||||
xlsx and ods have smaller outputs and could be more friendly to SCM, but:
|
||||
- not using xlsx, because currently the xlsx that is generated by
|
||||
LibreOffice is not readable by the xldr module.
|
||||
- not using ods, because of the lack of a module as facile as xldr for
|
||||
extracting the data from the ods format.
|
||||
|
||||
Reference in New Issue
Block a user