exceltoanything 0.1.1 copy "exceltoanything: ^0.1.1" to clipboard
exceltoanything: ^0.1.1 copied to clipboard

A package that allows you to transform your excel to the following format 1. Excel To JSON 2. Excel to SQLite

example/main.dart

import 'package:flutter/material.dart';

import 'home.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        // This is the theme of your application.
        //
        // Try running your application with "flutter run". You'll see the
        // application has a blue toolbar. Then, without quitting the app, try
        // changing the primarySwatch below to Colors.green and then invoke
        // "hot reload" (press "r" in the console where you ran "flutter run",
        // or simply save your changes to "hot reload" in a Flutter IDE).
        // Notice that the counter didn't reset back to zero; the application
        // is not restarted.
        primarySwatch: Colors.blue,
      ),
      home: Home(),
    );
  }
}
9
likes
30
pub points
14%
popularity

Publisher

unverified uploader

A package that allows you to transform your excel to the following format 1. Excel To JSON 2. Excel to SQLite

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

excel, file_picker, flutter, path_provider, sqflite

More

Packages that depend on exceltoanything