Loading...
Loading...
Create and manipulate Excel workbooks using Syncfusion Flutter XlsIO library. Supports two modes — generate Dart code for the user's Flutter project or provide code snippets. Use when the user mentions Excel creation, worksheets, cells, formatting, filtering, hyperlinks, or Syncfusion Flutter XlsIO.
npx skill4agent add syncfusion/document-sdk-skills syncfusion-flutter-excelpubspec.yamldependencies:
syncfusion_flutter_xlsio: ^xx.x.xx
syncfusion_officechart: ^xx.x.xxflutter pub getimport 'package:syncfusion_flutter_xlsio/xlsio.dart';
import 'package:syncfusion_officechart/officechart.dart';pubspec.yamlmain.dartsyncfusion_flutter_xlsiopubspec.yamlreferences/*.mdgetApplicationSupportDirectory()OpenFile.open()getApplicationSupportDirectory()OpenFile.open()webreferences/| File | Contents |
|---|---|
| references/workbook.md | Create, save/dispose, async operations, RTL layout, CSV export |
| references/worksheet.md | Create, access, tab color, sizing, freeze panes, page setup |
| references/cell-data.md | Add text, numbers, dates, and other data types to cells; create hyperlinks |
| references/hyperlinks.md | Add URL and mailto hyperlinks |
| references/named-ranges.md | Create and use named ranges in formulas |
| references/data-filtering.md | Text, custom, date, dynamic, and color filters |
| references/cell-formatting.md | Create styles, apply globally, merge/unmerge cells, built-in styles |
| references/number-formats.md | Number, currency, percentage, date, time, accounting, scientific, fraction, text formats |
| references/rows-columns-manipulation.md | Insert, delete, auto-fit, show/hide rows and columns; set width/height; number formats |
| references/formulas.md | Enable calculations, apply formulas, access values, nested functions, and 25+ functions (general, logical, text, time, lookup, statistical, math) |
| references/charts-basics.md | Create charts, customize elements (title, legends, labels, positioning) |
| references/charts-types.md | All chart types (pie, bar, column, line, stacked, markers, 3D, specialized) |
| references/images.md | Insert, resize, flip, and rotate images (JPEG, PNG) in worksheets |
| references/security.md | Protect workbooks and worksheets with passwords, unlock cells for editing |
| references/conditional-formatting-basics.md | Cell value, text, date, unique/duplicate, top/bottom, above/below average formatting |
| references/conditional-formatting-advanced.md | Color scales, icon sets, data bars, custom icons with visual analytics |
| references/data-import.md | Import lists, typed data, hyperlinks, and images into worksheets |
| references/data-validation.md | Text, time, list, number, decimal, date, and custom formula validation rules |
| references/tables.md | Create, style, and manage Excel tables with built-in themes |
| references/culture.md | Culture/locale settings for dates, times, numbers, and currency formatting |
| references/page-setup.md | Page setup and print settings (orientation, margins, page breaks, print area) |
import 'package:syncfusion_flutter_xlsio/xlsio.dart';import 'package:syncfusion_officechart/officechart.dart';getApplicationSupportDirectory()OpenFile.open()webworkbook.dispose()saveSync()save()syncfusion_flutter_xlsiosyncfusion_officechartpubspec.yaml