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

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

example/lib/main.dart

import 'package:flutter/material.dart';

import 'home.dart';

void main() {
  runApp(
    MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const Home(),
    ),
  );
}
16
likes
130
pub points
78%
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_facility, file_picker, flutter, path_provider

More

Packages that depend on excel_to_json