You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal:
Want to decode excel using isolation or worker
I have try it, but get Unimplemented error when adding var excel = Excel.decodeBytes(bytes.toList());
simple code:
@pragma('vm:entry-point')
@isolateManagerWorkerListdecodeExcelWorker(List<int> bytes) {
var excel =Excel.decodeBytes(bytes); // make errorfinal result = [];
return result;
}
error:
decodeExcelWorker.js:416 Uncaught Error: UnimplementedError
at Object.c (decodeExcelWorker.js:416:18)
at Object.F (decodeExcelWorker.js:425:14)
at fT.gdv (decodeExcelWorker.js:8927:16)
at decodeExcelWorker.js:3070:3
at nK.a (decodeExcelWorker.js:1635:64)
at nK.$2 (decodeExcelWorker.js:4688:14)
at Object.qb (decodeExcelWorker.js:1621:11)
at Object.oP (decodeExcelWorker.js:3073:10)
at vf (decodeExcelWorker.js:3696:8)
at decodeExcelWorker.js:11125:66
The text was updated successfully, but these errors were encountered:
Goal:
Want to decode excel using isolation or worker
I have try it, but get
Unimplemented error
when addingvar excel = Excel.decodeBytes(bytes.toList());
simple code:
error:
The text was updated successfully, but these errors were encountered: