2021-07-28 00:38:09 +08:00
|
|
|
module github.com/xuri/excelize/v2
|
2019-04-30 18:39:27 +08:00
|
|
|
|
2022-10-13 00:02:53 +08:00
|
|
|
go 1.16
|
2018-12-26 13:33:40 +08:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
2022-02-13 00:06:30 +08:00
|
|
|
github.com/richardlehane/mscfb v1.0.4
|
2022-10-13 00:02:53 +08:00
|
|
|
github.com/stretchr/testify v1.8.0
|
This fixes #1599, and improve date and time number format
- Fix basic arithmetic operator priority issues
- Support apply date and time number format with 52 languages: Estonian, Faroese, Filipino, Finnish, Frisian, Fulah, Galician, Georgian, Greek, Greenlandic, Guarani, Gujarati, Hausa, Hawaiian, Hebrew, Hindi, Hungarian, Icelandic, Igbo, Indonesian, Inuktitut, Kannada, Kashmiri, Kazakh, Khmer, Kiche, Kinyarwanda, Kiswahili, Konkani, Kyrgyz, Lao, Latin, Latvian, Lithuanian, Luxembourgish, Macedonian, Malay, Malayalam, Maltese, Maori, Mapudungun, Marathi, Mohawk, Morocco, Nepali, Nigeria, Norwegian, Occitan, Odia, Oromo, Pashto and Syllabics
- Support apply the Chinese weekdays' number formats
- Update the unit test and dependencies modules
2023-08-06 00:02:48 +08:00
|
|
|
github.com/xuri/efp v0.0.0-20230802181842-ad255f2331ca
|
|
|
|
github.com/xuri/nfp v0.0.0-20230802015359-2d5eeba905e9
|
This ref #1585, support to read one cell anchor pictures and improve date and time number format
- Support apply date and time number format with 16 languages: Persian, Polish, Portuguese, Punjabi, Quechua, Romanian, Romansh, Sakha, Sami, Sanskrit, Scottish Gaelic, Serbian, Sesotho sa Leboa, Setswana, Sindhi, Sinhala and Slovak
- Update the unit test and dependencies modules
2023-08-09 00:11:06 +08:00
|
|
|
golang.org/x/crypto v0.12.0
|
2023-02-19 00:18:11 +08:00
|
|
|
golang.org/x/image v0.5.0
|
This ref #1585, support to read one cell anchor pictures and improve date and time number format
- Support apply date and time number format with 16 languages: Persian, Polish, Portuguese, Punjabi, Quechua, Romanian, Romansh, Sakha, Sami, Sanskrit, Scottish Gaelic, Serbian, Sesotho sa Leboa, Setswana, Sindhi, Sinhala and Slovak
- Update the unit test and dependencies modules
2023-08-09 00:11:06 +08:00
|
|
|
golang.org/x/net v0.14.0
|
|
|
|
golang.org/x/text v0.12.0
|
2018-12-26 13:33:40 +08:00
|
|
|
)
|
2022-10-13 00:02:53 +08:00
|
|
|
|
|
|
|
require github.com/richardlehane/msoleps v1.0.3 // indirect
|