excel_to_json

Last updated:

0 purchases

excel_to_json Image
excel_to_json Images
Add to Cart

Description:

excel to json

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
copied to clipboard
Usage #
import 'package:excel_to_json/excel_to_json.dart';

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

String? excel = await excelToJson.convert();
}
copied to clipboard
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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.