본문 바로가기

고졸백수해킹일기

검색하기
고졸백수해킹일기
프로필사진 ExploitSori

  • 분류 전체보기 (137)
    • Wargame (52)
      • knock.xss.moe (30)
      • lob (20)
      • pwnable.tw (2)
    • Reversing (8)
    • Pwnable (7)
    • Web (5)
    • Blockchain (10)
      • core (1)
    • CVE-Exploits (5)
    • 코딩 (13)
      • python (2)
      • node.js (4)
    • 보안상식 (2)
      • 정보보안기사 (1)
    • etc (16)
      • OS (2)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
  • codegate2017
  • doorlock
  • 코드게이트
  • BLUETOOTH
  • npm
  • gogs
  • module
  • shellcraft
  • Branch
  • lob
  • 코드게이트2017
  • xlsx
  • openctf
  • 노드 엑셀
  • pwntools
  • https
  • node
  • CVE
  • Codegate
  • CODEGATE2018
  • https설정
  • Hacking
  • gogs private git
  • blueborne
  • NGINX
  • 도메인 https
  • Git
  • pwnable
  • node.js
  • 코드게이트 주니어
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록xlsx (1)

고졸백수해킹일기

[node]xlsx 모듈 사용법

sudo npm install xlsx //모듈 설치 사용법const XLSX = require('xlsx'); let workbook = XLSX.readFile('a.xlsx');let sheet = workbook.SheetNames[0]; // 배열이므로 .length를 사용하여 갯수 확인가능let worksheet = workbook.Sheets[sheet]; try{console.log( worksheet["A1"].v); //안의 데이터는 .v 를 사용해야 함}catch(exception){ //셀에 데이터가 없으면 exception이 남console.log("nono")} console.log(worksheet["!ref"]) // 사용한 셀의 길이

코딩/node.js 2018. 4. 12. 03:29
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바