블로그
- Turbiscan Software 활용법 #1- 결과를 Excel, Word, PDF로 쉽게 저장하는 방법 Turbiscan으로 분산안정성을 분석하다 보면 Backscattering(BS), Transmission(T), TSI(Turbiscan Stability Index), Mean Value Turbiscan Software에는 그래프와 데이터를 손쉽게 저장하고 Word, Excel, PDF로 내보낼 수 있는 기능이 기본적으로 제공된다.
- [VBA TIP] 파일 갯수만큼 시트 생성 후 그 내용을 시트별로 넣는 방법 Create Excel sheets as many as the number of files 3. Enter text file values into each Excel sheet. 4.
- Excel 읽기 예제 import java.io.File;import jxl.Cell;import jxl.Sheet;import jxl.Workbook;public class ReadExcel{ /** * Excel = ""; for(int row = s_row; row < e_row; row++) { for(int col = s_col; col < e_col; col++) { value