+
+
+ alias XlsxParser::Sheet::Type
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+
+
+
All possible output types
+
+
+
+
+
+
+
+ Alias Definition
+
+
Bool | Float64 | Int32 | String | Time
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+
+
+
+
+ xlsx-parser/sheet.cr
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/XlsxParser/Styles.html b/docs/XlsxParser/Styles.html
new file mode 100644
index 0000000..60561aa
--- /dev/null
+++ b/docs/XlsxParser/Styles.html
@@ -0,0 +1,215 @@
+
+
+
+
+
+
+ module XlsxParser::Styles
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+
+
+
+
+ xlsx-parser/styles.cr
+
+
+
+
+
+
+ xlsx-parser/styles/converter.cr
+
+
+
+
+
+
+ xlsx-parser/styles/parser.cr
+
+
+
+
+
+
+
+
+
+
+
+
+ Constant Summary
+
+
+
+
+ -
+ NumFmtMap =
{0 => :string, 1 => :fixnum, 2 => :float, 3 => :fixnum, 4 => :float, 5 => :unsupported, 6 => :unsupported, 7 => :unsupported, 8 => :unsupported, 9 => :percentage, 10 => :percentage, 11 => :bignum, 12 => :unsupported, 13 => :unsupported, 14 => :date, 15 => :date, 16 => :date, 17 => :date, 18 => :time, 19 => :time, 20 => :time, 21 => :time, 22 => :date_time, 37 => :unsupported, 38 => :unsupported, 39 => :unsupported, 40 => :unsupported, 45 => :time, 46 => :time, 47 => :time, 48 => :bignum, 49 => :unsupported}
+
+
+ -
+
Map of non-custom numFmtId to casting symbol
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/XlsxParser/Styles/Converter.html b/docs/XlsxParser/Styles/Converter.html
new file mode 100644
index 0000000..81cd4be
--- /dev/null
+++ b/docs/XlsxParser/Styles/Converter.html
@@ -0,0 +1,269 @@
+
+
+
+
+
+
+ class XlsxParser::Styles::Converter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+
+
+
+
+ xlsx-parser/styles/converter.cr
+
+
+
+
+
+
+
+
+
+
+
+
+ Constant Summary
+
+
+
+
+ -
+ DATE_TYPES =
[:date, :time, :date_time] of ::Symbol
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class Method Detail
+
+
+
+
+
+ def self.
call(value : String, type : String?, style : Symbol?, book :
Book)
+
+
#
+
+
+
+
+
ameba:disable Metrics/CyclomaticComplexity
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/XlsxParser/Styles/Parser.html b/docs/XlsxParser/Styles/Parser.html
new file mode 100644
index 0000000..1d5b950
--- /dev/null
+++ b/docs/XlsxParser/Styles/Parser.html
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+ class XlsxParser::Styles::Parser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+
+
+
+
+ xlsx-parser/styles/parser.cr
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class Method Detail
+
+
+
+
+
+ def self.
call(book :
Book) : Array(Symbol?)
+
+
#
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/index.html b/docs/index.html
index 840da35..57d0b32 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3,8 +3,8 @@