journal

时间:2021-05-19 22:14:51

dec 5

rpt

prep exam

dec 4

lie to me

dec 3

exam

dec 2

preparation for exam

dec 1

preparation for exam

nov30

1.  .net注册成功,excel中可以加载,但是无法调用函数-.-  改为xll, xll成功实现。

todo: xll在excel wkst中取区域的数据

nov29

1.  注册为excel单元格中的函数

2.  innerdb->matlab->c#->excel

3.  优化UI

后期改为cs或bs架构

nov28

1.  dll c#+dll (done)

2.  installshield ->addin (not necessary)

3.  matlab -> dll -> c# (done)

4.  jar -> dll -> c#

nov25

1.  c# call vba macro

    gettype().invokemember()

    excel.application.run(macro name)

nov24

1.  Cells[].Text.ToString()

2.  Exception thrown: 'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' in System.Core.dll

    http://blog.csdn.net/feiyun0112/article/details/39697955

3.  获取最后一行

    int rowCnt = wkbk.Worksheets["Raw Data"].UsedRange.Rows.Count;

    wkbk.Worksheets[].get_Range("A65536").get_End(Excel.XlDirection.xlUp).Row;

4.  c#操作excel大全

    http://blog.csdn.net/zxmcl/article/details/49902639

5.  释放Workbook对象

     System.Runtime.InteropServices.Marshal.ReleaseComObject(oBook);
  oBook = null;
    http://www.cnblogs.com/heekui/archive/2008/03/30/1129355.html

nov23

1.  vsto excel 2013 addin:

2.  ribbon  menu内放button