Packages for Excel and Word

 These packages allow developers to create beautiful charts in Excel or add interactive features to Word documents like adding hyperlinks or creating tables. They are all free and open source so you can use them on your next project!

excel

This is a Flutter and Dart library for reading, creating, editing, and updating Excel sheets on both the client and server sides.

exceltoanything

This package is a conversion tool that allows you to convert your excel spreadsheet into the following structure: JSON and SQLite.

spreadsheet_decoder

A small, lightweight library for processing and updating spreadsheet files

essential_xlsx

A tool for generating Excel XLSX files

docx_template

The library generates a docx file based on the template file. You’ll have to learn how to use Microsoft Word’s content control tags in order to utilize the library. LibreOffice and other office programs don’t support content control tags, so they’re out of luck.

flutter_filereader

The file view widget supports a wide range of file types, such as PDF, Excel, PPT, and TXT on Android; WKWebView is used on iOS.

docxtpl

doctpl is a simple word document template plugin that allows you to rapidly populate and generate word documents from templates.

Similar Posts

  • Encryption Packages

    steel_crypt The library includes a wide range of high-level, cryptographic APIs. Hashing, password hashing, two-way encryption, MAC authentication, and key/IV generation are all supported by this library. cryptography Encryption, digital signatures, key agreement, authentication, and hashing are just a few of the cryptographic methods that may be used. AES, Chacha20, ED25519, X25519, and more are…

  • Packages to Work with Firebase

    firebase Web and server libraries for Dart’s Firebase framework firebase_core The Firebase SDK for Flutter allows you to link your application to many different Firebase applications. cloud_functions A Firebase Cloud Functions plugin for Flutter. fcm_config This flutter package integrates firebase_messaging and flutter_local_notifications. firebase_auth_oauth OAuth sign-in flows are made easy with this Flutter plugin that uses…

  • Best Flutter Tools

    If you want to get the most out of your experience with this incredible platform then I recommend checking out these awesome tools! Flutter Editors Android Studio Android Studio is an IDE (Integrated Development Environment) for developing a mobile application using Dart/Flutter, Java/Kotlin or C/C++ language on Linux, macOS and Windows operating systems. Visual Studio…

  • Packages to Scan Barcode and QR

    flutter_barcode_scanner A plugin for Android and iOS that enables barcode scanning. Barcodes, QR codes, and other types of coding are all supported. qr_flutter A Widget or custom painter may be used to display QR codes for Flutter. qr_code_scanner The zxing library is a QR code scanner that can be integrated into flutter. It makes use…

  • Shared Preferences Packages

    shared_preferences The Flutter plugin for reading and writing simple key-value pairs wraps NSUserDefaults on iOS and SharedPreferences on Android. rx_shared_preferences Preference updates for the rxdart streaming service are communicated via Reactive Streams. The SharedPreference wrapper is reactive stream rxdart. A stream-based wrapper around shared preferences that allows for reactively stored key-value pairs. shared_preferences_dtx The shared…