Révision 2850

tmp/org.txm.libs.msoffice/src/org/txm/libs/msoffice/ReadExcel.java (revision 2850)
453 453
		ReadExcel excel = new ReadExcel(tableFile, null);
454 454
		
455 455
		HashMap<String, String> lineRules = new HashMap<String, String>(); // line tests to select line to keep
456
		List<String> columnsSelection; // lsit of columns to keep
456
		List<String> columnsSelection; // list of columns to keep
457 457
		HashMap<String, String> columnsToCopy = new HashMap<String, String>();
458 458
		HashMap<String, String> columnsToRenameRules = new HashMap<String, String>();
459 459
		HashMap<String, String[]> searchAndReplaceRules = new HashMap<String, String[]>();
tmp/org.txm.libs.office/src/org/txm/libs/office/ReadODS.java (revision 2850)
40 40
		// table.getRowByIndex(0);
41 41
	}
42 42
	
43
	public void close() {
44
		spreadsheet.close();
45
	}
46
	
43 47
	public boolean readHeaders() {
44 48
		Row row = table.getRowByIndex(0);
45 49
		int ncolumns = row.getCellCount();

Formats disponibles : Unified diff