- 博客(3)
- 收藏
- 关注
原创 EXCEL实现文本类型数字字符串递增
Excel 实现文本类型字符串递增,步长为1问题描述:文本类型的字符串前6位为行政区代码:321182 中间4位类型代码:4210 后面8位序号:00000001~99999999解决方法:① 新增一列,第一行固定为 321182421000000001 最小值;② 第二行输入 “=3211824210&TEXT(RIGHT(C2,8)+1,"00000000") ”原表格:BSM 321182211000032979 321182211000030.
2021-04-02 16:12:08
4131
转载 C# 将List数据写入Excel
将List中的额数据写入Excel由于是Excel文件,所以要用到Office相关的dll,故请添加相应dll的引用,然后在程序中添加如下命名空间:using Microsoft.Office.Interop.Excel;自定义类: public class Student { private string id; pub...
2020-04-24 15:04:40
2530
原创 arcengine .net 学习笔记——ArcGIS version not specified. You must call RuntimeManager.Bind 版本不匹配
2019-08-12 Q1:ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS components.S1: 打开 program.cs 在主入口main前面加如下代码: ESRI.ArcGIS.RuntimeManager.Bind...
2019-08-22 07:52:37
382
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人