登录 注册
当前位置:主页 > 资源下载 > 31 > \"在Flutter和Dart中使用的Excel库——Excel for Flutter and Dart: https:// \

\"在Flutter和Dart中使用的Excel库——Excel for Flutter and Dart: https:// \

  • 更新:2024-12-05 21:01:20
  • 大小:60KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Flutter - 跨平台
  • 格式:ZIP

资源介绍

电子表格 是一个轻量级的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' ;