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

General column input number would cause error #4

Closed
ScottHuangZL opened this issue Apr 22, 2020 · 2 comments
Closed

General column input number would cause error #4

ScottHuangZL opened this issue Apr 22, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ScottHuangZL
Copy link

Attached please find the sample excel, if you put number in general type column would show below error, if you change the input number to any text, the error gone.

sample.xlsx

type '_Smi' is not a subtype of type 'String'
#0 Excel._createCell (package:excel/src/excel.dart:885)
#1 Excel._replaceCell (package:excel/src/excel.dart:874)
#2 Excel._updateCell (package:excel/src/excel.dart:839)
#3 Excel._updateSheetElements. (package:excel/src/excel.dart:415)
#4 _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:379)
#5 Excel._updateSheetElements (package:excel/src/excel.dart:408)
#6 Excel.encode (package:excel/src/excel.dart:570)
#7 _AsyncAwaitCompleter.start (dart:async-patch/async_patch.dart:45)
#8 Excel.encode (package:excel/src/excel.dart:559)

Repository owner deleted a comment from ashumendra77 Apr 25, 2020
@justkawal
Copy link
Owner

justkawal commented Apr 25, 2020

Hey It will be helpful if you can provide a sample code to reproduce that error, It will helpful to go much deeper.

Thank You

@justkawal justkawal added the bug Something isn't working label Apr 25, 2020
@justkawal justkawal assigned justkawal and unassigned justkawal Apr 25, 2020
@justkawal
Copy link
Owner

justkawal commented May 6, 2020

We had solved your issue,

A new version will be published by the end of week with more enhanced features and faster processing of excel and also with your issue resolved.

Thank You Stay Tuned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants