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

  • Chart and Graph Packages

    We will go over some of the best Flutter packages that create charts and graphs so that you don’t have to waste time searching them out. graphic Graphic is the perfect Flutter library for anyone looking to visualize data in a clear, concise way. With its easy-to-use charting library, you’ll be able to create stunning…

  • Flutter Projects for Beginners

    If you’re just getting started with Flutter, you might be feeling a little overwhelmed. There are so many different things to learn, and it can be hard to know where to start. That’s why we’ve put together this list of 8 Flutter projects for beginners. These projects will help you get comfortable with the basics…

  • Color Pickers

    o_color_picker The package includes a simple and fast two-step color picker that lets you select colors or tones. flex_color_picker The primary, accent, and custom color picker are all editable. An optional HSV wheel color picker is also available. flutter_circle_color_picker A lovely flutter color picker that chooses HSL colors. flutter_colorpicker This is a flutter library that…

  • Bottom Bar Packages

    convex_bottom_bar The ConvexAppBar is a Flutter package that creates and shows a convex tab in the bottom bar. Theming is supported. persistent_bottom_nav_bar For Flutter, a complete, highly configurable bottom navigation bar that is persistent/static and can be used for any application. It has up to 20 different styles. salomon_bottom_bar Another bottom navigation bar, but this…

  • Floating Action Button Packages

    simple_speed_dial A simple Flutter speed dial. You may add as many speed dial alternatives as you wish. Labels may be added beside the options. Every FAB’s color can be customized. draggable_fab The FAB wrapper widget may be dragged to any edge of the screen and is draggable. curved_nav_bar The left and right side of the…