A package that converts XLSX
files to JSON
files.
This project only recognizes XLSX
files and converts them into json files.
flutter pub add excel_to_json
import 'package:excel_to_json/excel_to_json.dart';
void main() {
final excelToJson = ExcelToJson();
String? excel = await excelToJson.convert();
}
This project is licensed under the MIT License - see the LICENSE file for details.
We welcome contributions to this project. Please read the Contributing Guidelines for more information.