# CSVReader **Repository Path**: hitscs/CSVReader ## Basic Information - **Project Name**: CSVReader - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-30 - **Last Updated**: 2022-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CSVReader CSV文件C#读取类,每次读取一行 采用一个记录类列表存储之前读取的行的位置和长度,进而提升CSV文件读取的效率。