v0.2.2
This commit is contained in:
@@ -11,8 +11,6 @@ use std::collections::HashMap;
|
||||
use std::io::Cursor;
|
||||
use std::path::Path;
|
||||
|
||||
// Добавить после импортов в processor.rs
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct SheetData {
|
||||
pub name: String,
|
||||
@@ -174,7 +172,6 @@ fn parse_sheet_dynamic_optimized(
|
||||
})
|
||||
.collect();
|
||||
|
||||
// Парсим строки данных
|
||||
let rows_data: Vec<HashMap<String, String>> = data_matrix
|
||||
.iter()
|
||||
.skip(1)
|
||||
|
||||
Reference in New Issue
Block a user