excel_to_json 1.4.0 copy "excel_to_json: ^1.4.0" to clipboard
excel_to_json: ^1.4.0 copied to clipboard

A package that allows you to transform excel files to JSON format for friendly use in your project.

Excel to Json #

A package that converts XLSX files to JSON files.

Warning #

This project only recognizes XLSX files and converts them into json files.

Installation #

    flutter pub add excel_to_json

Usage #

import 'package:excel_to_json/excel_to_json.dart';

void main() {
  final excelToJson = ExcelToJson();

  String? excel = await excelToJson.convert();
}

License #

This project is licensed under the MIT License - see the LICENSE file for details.

Community #

How to contribute #

We welcome contributions to this project. Please read the Contributing Guidelines for more information.

19
likes
160
pub points
83%
popularity

Publisher

unverified uploader

A package that allows you to transform excel files to JSON format for friendly use in your project.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

excel, file_picker, flutter, path_provider

More

Packages that depend on excel_to_json