syncfusion_officecore 20.2.43-beta syncfusion_officecore: ^20.2.43-beta copied to clipboard
Syncfusion Flutter Office Core is a dependant library for Syncfusion Flutter XlsIO, written natively in Dart for creating Excel from scratch.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add syncfusion_officecore
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
syncfusion_officecore: ^20.2.43-beta
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:syncfusion_officecore/officecore.dart';