issues Search Results · repo:xuri/nfp language:Go
Filter by
2 results
(38 ms)2 results
inxuri/nfp (press backspace or delete to remove)Is your feature request related to a problem? Please describe. When using excelize to read an Excel workbook with dates
formatted as DD.MM.YYYY it results in ..YYYY, e.g. 18.11.2023 is parsed as ..2023. ...
nicomni
- 2
- Opened on Sep 17, 2023
- #7
Description
Number parsing is slow because of unnecessary conversions from string to array of runes. The code treat them as if those
are free, but due to Golang strings being immutable, that is not the ...
martinmr
- Opened on Jul 21, 2023
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.