Removed dep

This commit is contained in:
2021-12-09 10:31:55 -06:00
parent a42dfb42ee
commit f5d492263e

View File

@@ -1,6 +1,6 @@
use std::error::Error; use std::error::Error;
use calamine::{open_workbook, Reader, Xlsx, RangeDeserializerBuilder}; use calamine::{open_workbook, Reader, Xlsx};
use rusqlite::{Connection, Result}; use rusqlite::{Connection, Result};
const SCHEMA: &str = r#"CREATE TABLE IF NOT EXISTS data ( const SCHEMA: &str = r#"CREATE TABLE IF NOT EXISTS data (