コード例 #1
0
 public void Append_csv_file <TRecordType>(string sheet_name, ICSVFile <TRecordType> csv_file) where TRecordType : ICSVRecord, new()
 {
     _spreadsheet_io.Append_csv_file(sheet_name, csv_file);
 }