Results 2 issues of hongmono

The onChange function is not invoked. This is my code ```dart PlutoGrid( columns: reboundColums, rows: reboundRows, columnGroups: reboundColumnGroups, configuration: PlutoGridConfiguration( style: PlutoGridStyleConfig( gridBorderRadius: BorderRadius.circular(15), ), ), onChanged: (event) { reboundStateManager.changeCellValue(...

question
stale

How can i read imgae file from excel?? I try doc.read("A1"); but it doesn't work.

enhancement 개선점
help wanted 도움 필요