Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facing issue on Excel.decodeBytes(bytes) #242

Closed
Dharaneshvar opened this issue Jun 11, 2023 · 1 comment
Closed

Facing issue on Excel.decodeBytes(bytes) #242

Dharaneshvar opened this issue Jun 11, 2023 · 1 comment
Labels

Comments

@Dharaneshvar
Copy link

Unhandled Exception: Invalid argument(s): DateTime is outside valid range: 9112646586256480
#0 new DateTime._withValue (dart:core/date_time.dart:413:7)
#1 DateTime.add (dart:core-patch/date_patch.dart:200:16)
#2 Parser._parseCell (package:excel/src/parser/parse.dart:594:20)
#3 Parser._parseRow. (package:excel/src/parser/parse.dart:520:7)
#4 Iterable.forEach (dart:core/iterable.dart:346:35)
#5 Parser._parseRow (package:excel/src/parser/parse.dart:519:22)
#6 Parser._parseTable. (package:excel/src/parser/parse.dart:500:7)
#7 Iterable.forEach (dart:core/iterable.dart:346:35)
#8 Parser._parseTable (package:excel/src/parser/parse.dart:499:22)
#9 Parser._parseContent. (package:excel/src/parser/parse.dart:160:9)
#10 Iterable.forEach (dart:core/iterable.dart:346:35)
#11 Parser._parseContent (package:excel/src/parser/parse.dart:158:39)
#12 Parser.startParsing (package:excel/src/parser/parse.dart:18:5)
#13 new Excel.
(package:excel/src/excel.dart:75:12)
#14 _newExcel (package:excel/src/excel.dart:17:20)
#15 new Excel.decodeBytes (package:excel/src/excel.dart:85:12)

@FauconSpartiate
Copy link
Contributor

Could you provide an example file where the error shows up?
This will help us to investigate the issue

@FauconSpartiate FauconSpartiate closed this as not planned Won't fix, can't repro, duplicate, stale Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants