# xlslib **Repository Path**: coffee2code/xlslib ## Basic Information - **Project Name**: xlslib - **Description**: xlslib-package-2.5.0.zip https://sourceforge.net/projects/xlslib/files/ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-24 - **Last Updated**: 2023-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### xlslib #### 用VS2012编译 - 本仓库代码已经解决了编译过程中的出错问题,并重新编译通过 - 具体步骤参照build/msvc2012/README.MSVC2012.txt - 编译结果已经以QT项目中应用 #### 存在问题 - 打开路径名中包含中文的xls文件时会出错 #### 注意 - 这个库**只能创建**.xls文件,**不能读取**.xls文件 - 读取.xls,可使用libxls库(https://github.com/libxls/libxls ),注意这个库**只能读取,没有写入**功能 - **读写** 新版Excel的.xlsx文件,可使用OpenXLSX库(https://github.com/troldal/OpenXLSX) #### 原始代码 - 原始代码版本:2.5.0 - 代码来源:https://sourceforge.net/projects/xlslib/ #### 修改后代码 - 使用Visual Studio Express 2012 for Windows Desktop 编译通过(版本号:11.0.61219.00 Update 5) - 编译验证了4种配置:Win32|Debug, Win32|Release, x64|Debug, x64|Release - 解决各类编译错误