批量查询高考成绩保存到excel
2021-02-08 00:33:33 15.73MB 批量查询
1
C++操作excel,将数据保存到excel中. 已封装成dll,调用dll可以实现对excel的操作保存数据 其中给了调用dll的例子以及说明文档 已经实现的函数功能: SetSheetNum(USHORT newVal) 设置工作薄个数 SetCurrentSheet(USHORT newVal) 设置当前工作薄 SetFontWeight(int newVal) 设置字体粗细 SetCellFormat(const wchar_t* newVal) 设置单元格数字显示格式 SetMergedColumns(int row, int col, USHORT nColNum) 设置单元格合并列,从第row行第col列开始合并nColNum列 SetMergedRows(int row, int col, USHORT nRowNum) 设置单元格合并行,从第row行第col列开始合并nRowNum行 SetAlignment(BYTE nAlignment) 设置单元格对齐方式 SetColWidth(const int nColIndex, USHORT nWidth) 设置列宽 SetFontHeight(int nHeight) 设置字体高度 SetFontColor(BOOL bTrue, int nColor) 设置字体颜色 SetBackgroundColor(BOOL bTrue, int nColor) 设置背景色 WriteExcelW(const wchar_t* svConext, int row, int col) 写入数据主要实现汉字输入 WriteExcelA(const char* svConext, int row, int col) 写入数据主要实现英文输入 WriteExceldouble(double fVal, int row, int col) 写入数据主要实现小数输入 WriteExcelint(int nVal, int row, int col) 写入数据主要实现整数输入 SaveExcel(const char* newVal) 保存数据
2019-12-21 22:01:01 121KB C++ excel dll
1
一维数组保存到Excel,直接调用,简单好用。
2019-12-21 21:41:52 25KB labvie
1
python实时读取串口数据,运用多线程实现整点数据自动保存至excel,可扩展pyqt5界面;串口数据可参照我的stm32源码资源
2019-12-21 21:37:41 2KB pyqt5 openpy thread
1
该项目是一个完整的将数据保存到一个新建的excel表格中,需要的小伙伴们可以参考下,欢迎评价
2019-12-21 20:09:23 10.49MB 保存数据 Excel
1
实现数据从MSFlexgrid中保存到excel中,自动创建excel
2019-12-21 20:06:59 27KB vb,excel
1
npoi方式读取、保存excel等操作,即使生产环境下没有安装office,依旧可以正常使用
2019-12-21 20:04:39 27KB excel、npoi
1
将JTable中的数据导出到Excel文件。
2019-12-21 19:46:19 2KB JTable Excel java导出
1
matlab中将运算结果保存为excel或txt文件的方法
2019-12-21 19:26:00 32KB matlab 运算结果 保存为 excel
1
通过labview,来实现保存数据到电子表格Excel,简单易用
2019-12-21 18:56:43 20KB 保存到Excel
1