YancyHsu

Results 6 issues of YancyHsu

此项目是否需要联网?

https://github.com/justkawal/excel/blob/f2e8eb780bcd7491095de4e047c3851843eaf9a2/lib/src/parser/parse.dart#L51 you can add this line above line 51 target = target.startsWith('/xl/') ? target.substring(4) : target;

enhancement
waiting-for-customer-response

the code cant work now _archive.files[index] = archiveFile; maybe UnmodifiableListView block it https://github.com/brendan-duncan/archive/blob/4c94c0a54c08cf3a0bad324e614c6d7bfe1dd835/lib/src/archive.dart#L14

no error display, but when open the Excel file, it shows "File Corrupted" not worked code: final outputStream = OutputFileStream(xlsxFilePath); var outputBytes = ZipEncoder().encode(_archive)!; outputStream.writeBytes(outputBytes);

RowHeight changed to autofit, and formula lost

warning info: CMake Warning (dev) at flutter/ephemeral/.plugin_symlinks/flutter_tts/windows/CMakeLists.txt:12 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy...