Advertisement

Excel到TypeScript代码转换

阅读量:
复制代码
 using System;

    
 using System.Collections.Generic;
    
 using System.Linq;
    
 using System.Text;
    
  
    
 using System.ComponentModel;
    
 using System.Data;
    
 //using System.Drawing;
    
 //using System.Windows.Forms;
    
 using System.Collections;
    
 using System.Data.OleDb;
    
 using System.IO;
    
  
    
 namespace ReadExcel
    
 {
    
     class Program
    
     {
    
     static string D_STATIC_DATA_TS_NAME = "static_data_ts";
    
  
    
     static String[,] m_aExcelData;
    
     static int m_nRealRows, m_nRealColums;
    
     static String m_sS

全部评论 (0)

还没有任何评论哟~