File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -111,15 +111,15 @@ defmodule XlsxReader.Styles do
111111
112112 defp default_supported_custom_formats ( ) ,
113113 do: [
114- { "0.0%" , :percentage } ,
115- { ~r/ \A dd?\/ mm?\/ yy(?:yy)\z / , :date } ,
116- { ~r/ \A dd?\/ mm?\/ yy(?:yy) hh?:mm?\z / , :date_time } ,
117- { "yyyy-mm-dd" , :date } ,
118- { ~r/ \A yyyy-mm-dd[T\s ]hh?:mm:ssZ?\z / , :date_time } ,
119- { "m/d/yyyy" , :date } ,
120- { "m/d/yyyy h:mm" , :date_time } ,
121- { "hh:mm" , :time }
122- ]
114+ { "0.0%" , :percentage } ,
115+ { ~r/ \A dd?\/ mm?\/ yy(?:yy)\z / , :date } ,
116+ { ~r/ \A dd?\/ mm?\/ yy(?:yy) hh?:mm?\z / , :date_time } ,
117+ { "yyyy-mm-dd" , :date } ,
118+ { ~r/ \A yyyy-mm-dd[T\s ]hh?:mm:ssZ?\z / , :date_time } ,
119+ { "m/d/yyyy" , :date } ,
120+ { "m/d/yyyy h:mm" , :date_time } ,
121+ { "hh:mm" , :time }
122+ ]
123123
124124 defp get_custom_style ( num_fmt_id , custom_formats , supported_custom_formats ) do
125125 get_style_type_from_custom_format (
You can’t perform that action at this time.
0 commit comments