-
\"在Flutter和Dart中使用的Excel库——Excel for Flutter and Dart: https:// \
资源介绍
电子表格
是一个轻量级的Dart库,用于读取,创建和更新XLSX文件的excel工作表。
该库是由许可的。因此,由于我们相信开放源代码的工作,因此可以随时随地免费使用而无需任何同意。
让我们开始吧
1.依赖它
将此添加到包的pubspec.yaml文件中:
dependencies :
# From now on most of the changes and fixes will be pushed to null-safe versions only
excel : 2.0.0-null-safety
2.安装
您可以从命令行安装软件包:
与pub :
$ pub get
与Flutter :
$ flutter packages get
3.导入
现在,在Dart代码中,您可以使用:
import 'package:excel/excel.dart' ;
- 上一篇: 阿里flutter.pdf
- 下一篇:没有了