(counter)
Create a transducer that counts occurences of sharedStrings.xml references.
Create a transducer that counts occurences of sharedStrings.xml references.
(decoder ref->str)
Create a transducer that replaces sharedStrings.xml references with strings.
Create a transducer that replaces sharedStrings.xml references with strings.
(encoder)
Create a transducer that replaces strings with sharedStrings.xml references.
Create a transducer that replaces strings with sharedStrings.xml references.
(generate-shared-strings-xml shared-strings-xml str->ref cnt)
Generate xl/sharedStrings.xml based on mapping created by encoder and number of strings occuring in the generated sheets.
Generate xl/sharedStrings.xml based on mapping created by encoder and number of strings occuring in the generated sheets.
(parse-shared-strings-xml shared-strings-xml)
Parse xl/sharedStrings.xml and create ref->str map.
Parse xl/sharedStrings.xml and create ref->str map.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close