nextjs + it dev nextjs nodejs excel pdf [F] Add the feature to convert the excel file to pdf. · exceljs/exceljs · Discussion #2459[F] Add the feature to convert the excel file to pdf. wono | discuss | tweet + it dev nextjs nodejs excel [Nextjs] xlsx 엑셀 파일 비밀번호 적용xlsx 엑셀 파일에 비밀번호를 적용하는 방안은 여러가지일 수 있다. 첫번째, https://sheetjs.com/ 를 통해 사용할 수 있다. 2년 동안 갱신이 없는데도 주간 다운로드 수를 보면 200만씩 다운로드 되는 것을 보면 일반적으로 활용하기 좋은 라이브러리인 것 같다. 하지만 비밀번호를 적용하려면 유료 pricing 정책으로 잡혀져 있고, 개인 개발자라 연락이 되는건지 의문이다. (https://git.sheetjs.com/sheetjs/sheetjs/issues 에서 답변하는 것 보면 활동을 하는것 같긴하다.) 두번째, 엑셀 파일을 만들고 zip으로 압축하여 zip에 비밀번호를 적용한다. 통상적인 우회방안으로 많이 사용되는 방법이다. 하지만 근래에 windows11 최신 업데이트를 통해 chr.. wono | discuss | tweet + it dev nextjs nodejs excel The mystery behind export to excel in NodeJSIt would be expected that the reader has basic knowledge of NodeJS and ExpressJS since this read is more towards targeting a specific use case rather than an overview of Node and Express :) It was a… wono | discuss | tweet + it dev nextjs nodejs excel Dynamically Populating Dropdown Validator List in Excel File Using Exceljs in AngularExceljs is an extraordinary and useful npm library that can be used to create custom excel files via your application. You can use this with Node js for creating excel file from JSON data or an array… wono | discuss | tweet + it dev nextjs nodejs excel xlsx-populate xlsx-populate / npm ERR! enoent undefined ls-remote -h -t엑셀을 만들어 암호화하기 위해 새로운 라이브러리를 다운받았다.xlsx-populate 를 활용해서 암호화 작업을 했다.ts기반 프로젝트기 때문에 타입을 정해주고 싶었다.저 ...이 보기가 싫었다.그리고 @types/xlsx-populate 를 찾아냈다. (삽질의 시작) wono | discuss | tweet + it dev nextjs nodejs excel xlsx-populate [NodeJS] 엑셀의 차트, 함수, 그래프 유지하며 저장하기 with xlsx-populate개요 최근에 NodeJS를 통해 엑셀파일을 불러와 새로운 엑셀로 생성하려고 하다 문제가 생겼다. 엑셀을 출력할 때 스타일, 차트, 함수 등이 전부 깨지는 현상이 발생한 것이다. 확인을 해보니 내가 사용하던 xlsx 라이브러리는 엑셀 저장을 할 때 기존에 불러온 엑셀을 그대로 저장하는 게 아닌 새로운 엑셀파일로 저장하는 것이 문제였다. 아무리 찾아봐도 차트를 유지해 주는 기능을 찾지 못했다. 그렇게 삽질을 이어가던 중 xlsx-populate라는 라이브러리를 발견했다. https://www.npmjs.com/package/xlsx-populate xlsx-populateExcel XLSX parser/generator written in JavaScript with Node.js and browser s.. wono | discuss | tweet + it dev nextjs nodejs excel xlsx-populate JS로 차트 훼손 없이 엑셀 수정하기!!!자바스크립트로 엑셀 파일을 생성하거나 수정하는데 자주 사용되는 npm 패키지들이 있습니다. 세 패키지에 대해 알아보고 어느 상황에서 어떤 라이브러리를 쓰면 좋을지 정리해 보겠습니다.sheetJSExcelJSxlsx-populate SheetJS가장 대표적으로 많이 사용되는 라이브러리입니다. 주로 쓰거나 읽기 작업에 사용되는 라이브러리입니다. 가볍고 빠르기 때문에 간단한 작업을 하거나 브라우저를 사용할때 이용하면 좋습니다. ExcelJSSheetJS에 비해 스타일 지정, 차트, 머지 등 엑셀의 레이아웃 요소를 조작할 수 있는 고급 기능들을 더 제공합니다. 데이터 시각화와 포맷 중심의 엑셀 작업에서 주로 활용됩니다. xlsx-populate 엑셀 문서 조작에 초점을 맞춘 라이브러리입니다. 기존 엑셀 파일을 .. wono | discuss | tweet + it dev nextjs excel [Node.js] Excel 파일 업로드 및 다운로드 하기 (feat. Multer)1. 계기 회사에서 진행 중인 프로젝트에서 여러 명의 사용자를 추가할 때, 엑셀 파일을 업로드한 후, 해당 파일 데이터를 파싱하여 사용하려고 하는 로직이 추가되었다. 프론트에서도 추가적으로 양식을 다운로드한 후, 작성된 파일을 다시 업로드하는 컴포넌트를 만들게 되었다. 로직은 크게 1. 서버로부터 받은 파일 다운로드 2. 파일 서버로 업로드 두 가지다. 아직 서버쪽 API 개발이 완성되지 않았다고 하여, 임시로 express.js로 node.js 서버를 구현해 테스트해보았다. 2. 개발 환경 테스트용 서버로 express를 사용하였고, FormData 형식의 데이터를 읽기 위해 Multer를 사용할 예정이다. 기본적인 서버는 아래와 같이 세팅하였다. // server.js import cors from .. wono | discuss | tweet + it dev nextjs excel [JS] 자바스크립트로 엑셀 파일 만들기!xlsx 라이브러리 활용하여 엑셀파일 만들기 자바스크립트를 사용하여 엑셀을 만들 수 있습니다. 이를 위해서는 엑셀 파일 형식인 XLSX 파일을 생성하는 라이브러리인 "xlsx"를 사용하면 됩니다. xlsx 라이브러리는 xlsx 파일을 읽고 쓰고 변환하고 분석할 수 있으며, 엑셀의 다양한 기능과 형식을 지원합니다. xlsx 라이브러리는 브라우저와 Node.js에서 모두 사용 가능합니다. xlsx 라이브러리를 사용하려면 npm i xlsx 명령어로 설치하거나 dist 폴더에서 스크립트 파일을 다운로드할 수 있습니다. [ "xlsx" 라이브러리 엑셀파일 생성 예시 코드 ] // xlsx 라이브러리 불러오기 const XLSX = require('xlsx'); // 엑셀 파일 생성 const wb = XLSX... wono | discuss | tweet + it dev nextjs nodejs excel Node.js - Excel Download With Templatexls Template 사용하여 Excel download wirh Template 구현 npm install npm i xlsx-template소스코드 var fs = require('fs'); var XlsxTemplate = require('xlsx-template'); var path = require('path'); var mime = require('mime'); //템플릿 명 var temp_name = "template01.xlsx"; //엑셀 데이터 var params={ extractDate: '20201127', revision: 2, dates: [new Date("1993-07-07"), new Date("20.. wono | discuss | tweet + it dev nextjs nodejs excel How to add data validation list in excel using javascript> I am creating and downloading excel file with data that I have gotten in JSON format. Now I want to add status column in last and provide list data validation there with three specified value "re... wono | discuss | tweet + it dev nextjs nodejs excel How to create the cell dropdown list programmatically using excel4node.js in node.js?I have used the excel4node js to create & download the excel file. I want to create the cell dropdown list in excel sheet dynamically. i.e. I have the 10 values from B1 to B10 cell, then i nee... wono | discuss | tweet + it dev nextjs s3 purls AWS-SDK 로 Presigned URL 을 통해 S3에 파일 업로드 (Typescript)AWS-SDK와 Presigned URL을 통해 s3 에 파일 업로드 해보기 wono | discuss | tweet + it dev nextjs shadcn TIL - Shadcn UI & Next JS | OKKY유데미 강좌 “Shadcn UI & Next JS - shadcn으로 아름다운 대시보드 만들기” 를 완강했습니다.https://www.udemy.com/course/shadcn-ui-next-js-korean/shadcn 을 사용한 사용자 인터페이스 만들기가 주된 내용입니다.shadcn 컴포넌트는 소스폴더에 코드로 들어오기 때문에 원하는 대로 고쳐 wono | discuss | tweet + it ops ecs docker nextjs Next.js에서 Docker 빌드 최적화하기 | 요즘IT멀티스테이지 빌드와 standalone 빌드, 배포 속도와 인프라 비용 모두를 최적화할 수 있는 두 가지 방법을 소개합니다. wono | discuss | tweet + it dev nextjs swr 리액트에서 반복적인 useEffect 대신 SWR 사용하기 | 요즘IT이번 글에서는 useEffect 방식의 한계를 살펴보고, SWR이 어떤 방식으로 이를 보완할 수 있는지 알아보고자 한다. wono | discuss | tweet + it dev nextjs fullcalendar next_uishadcn_full_schedule_calendar wono | discuss | tweet + it dev nextjs fullcalendar [blocks]: Full calendar · shadcn-ui/ui · Discussion #3214[blocks]: Full calendar wono | discuss | tweet + it dev nextjs fullcalendar 월간 달력 출력하기 (FullCalendar / Shadcn)FullCalendarFullCalendar: 복잡한 일정 관리가 필요한 경우 (예: 회사 일정 관리, 예약 시스템)장점단점월/주/일 등 다양한 뷰 제공이벤트 표시 및 관리 기능이 풍부시간대별 일정 관리 가능드래그 앤 드롭으로 일정 이동 가능번들 사이즈가 큼초기 설정이 복잡할 수 있음스타일링 커스터마이징이 까다로움무료 버전과 프로 버전의 기능 차이 1. FullCalendar 관련 종속성 설치 명령어yarn add @fullcalendar/core @fullcalendar/react @fullcalendar/daygrid @fullcalendar/coreFullCalendar의 핵심 기능을 제공하는 기본 패키지Calendar 클래스와 같은 핵심 기능을 포함하고 있어 캘린더를 생성하고 관리하는 데 필수적.. wono | discuss | tweet + it dev nextjs Next.js서 발견된 치명적 취약점, 공격자 인증 우회 가능성 제기오픈소스 자바스크립트 프레임워크인 Next.js에서 발견된 치명적인 취약점(CVE-2025-29927)을 악용, 공격자가 미들웨어 기반의 인증을 우회하고 시스템에 접근할 수 있는 가능성이 제기됐다. wono | discuss | tweetNext
+ it dev nextjs nodejs excel pdf [F] Add the feature to convert the excel file to pdf. · exceljs/exceljs · Discussion #2459[F] Add the feature to convert the excel file to pdf. wono | discuss | tweet
+ it dev nextjs nodejs excel [Nextjs] xlsx 엑셀 파일 비밀번호 적용xlsx 엑셀 파일에 비밀번호를 적용하는 방안은 여러가지일 수 있다. 첫번째, https://sheetjs.com/ 를 통해 사용할 수 있다. 2년 동안 갱신이 없는데도 주간 다운로드 수를 보면 200만씩 다운로드 되는 것을 보면 일반적으로 활용하기 좋은 라이브러리인 것 같다. 하지만 비밀번호를 적용하려면 유료 pricing 정책으로 잡혀져 있고, 개인 개발자라 연락이 되는건지 의문이다. (https://git.sheetjs.com/sheetjs/sheetjs/issues 에서 답변하는 것 보면 활동을 하는것 같긴하다.) 두번째, 엑셀 파일을 만들고 zip으로 압축하여 zip에 비밀번호를 적용한다. 통상적인 우회방안으로 많이 사용되는 방법이다. 하지만 근래에 windows11 최신 업데이트를 통해 chr.. wono | discuss | tweet
+ it dev nextjs nodejs excel The mystery behind export to excel in NodeJSIt would be expected that the reader has basic knowledge of NodeJS and ExpressJS since this read is more towards targeting a specific use case rather than an overview of Node and Express :) It was a… wono | discuss | tweet
+ it dev nextjs nodejs excel Dynamically Populating Dropdown Validator List in Excel File Using Exceljs in AngularExceljs is an extraordinary and useful npm library that can be used to create custom excel files via your application. You can use this with Node js for creating excel file from JSON data or an array… wono | discuss | tweet
+ it dev nextjs nodejs excel xlsx-populate xlsx-populate / npm ERR! enoent undefined ls-remote -h -t엑셀을 만들어 암호화하기 위해 새로운 라이브러리를 다운받았다.xlsx-populate 를 활용해서 암호화 작업을 했다.ts기반 프로젝트기 때문에 타입을 정해주고 싶었다.저 ...이 보기가 싫었다.그리고 @types/xlsx-populate 를 찾아냈다. (삽질의 시작) wono | discuss | tweet
+ it dev nextjs nodejs excel xlsx-populate [NodeJS] 엑셀의 차트, 함수, 그래프 유지하며 저장하기 with xlsx-populate개요 최근에 NodeJS를 통해 엑셀파일을 불러와 새로운 엑셀로 생성하려고 하다 문제가 생겼다. 엑셀을 출력할 때 스타일, 차트, 함수 등이 전부 깨지는 현상이 발생한 것이다. 확인을 해보니 내가 사용하던 xlsx 라이브러리는 엑셀 저장을 할 때 기존에 불러온 엑셀을 그대로 저장하는 게 아닌 새로운 엑셀파일로 저장하는 것이 문제였다. 아무리 찾아봐도 차트를 유지해 주는 기능을 찾지 못했다. 그렇게 삽질을 이어가던 중 xlsx-populate라는 라이브러리를 발견했다. https://www.npmjs.com/package/xlsx-populate xlsx-populateExcel XLSX parser/generator written in JavaScript with Node.js and browser s.. wono | discuss | tweet
+ it dev nextjs nodejs excel xlsx-populate JS로 차트 훼손 없이 엑셀 수정하기!!!자바스크립트로 엑셀 파일을 생성하거나 수정하는데 자주 사용되는 npm 패키지들이 있습니다. 세 패키지에 대해 알아보고 어느 상황에서 어떤 라이브러리를 쓰면 좋을지 정리해 보겠습니다.sheetJSExcelJSxlsx-populate SheetJS가장 대표적으로 많이 사용되는 라이브러리입니다. 주로 쓰거나 읽기 작업에 사용되는 라이브러리입니다. 가볍고 빠르기 때문에 간단한 작업을 하거나 브라우저를 사용할때 이용하면 좋습니다. ExcelJSSheetJS에 비해 스타일 지정, 차트, 머지 등 엑셀의 레이아웃 요소를 조작할 수 있는 고급 기능들을 더 제공합니다. 데이터 시각화와 포맷 중심의 엑셀 작업에서 주로 활용됩니다. xlsx-populate 엑셀 문서 조작에 초점을 맞춘 라이브러리입니다. 기존 엑셀 파일을 .. wono | discuss | tweet
+ it dev nextjs excel [Node.js] Excel 파일 업로드 및 다운로드 하기 (feat. Multer)1. 계기 회사에서 진행 중인 프로젝트에서 여러 명의 사용자를 추가할 때, 엑셀 파일을 업로드한 후, 해당 파일 데이터를 파싱하여 사용하려고 하는 로직이 추가되었다. 프론트에서도 추가적으로 양식을 다운로드한 후, 작성된 파일을 다시 업로드하는 컴포넌트를 만들게 되었다. 로직은 크게 1. 서버로부터 받은 파일 다운로드 2. 파일 서버로 업로드 두 가지다. 아직 서버쪽 API 개발이 완성되지 않았다고 하여, 임시로 express.js로 node.js 서버를 구현해 테스트해보았다. 2. 개발 환경 테스트용 서버로 express를 사용하였고, FormData 형식의 데이터를 읽기 위해 Multer를 사용할 예정이다. 기본적인 서버는 아래와 같이 세팅하였다. // server.js import cors from .. wono | discuss | tweet
+ it dev nextjs excel [JS] 자바스크립트로 엑셀 파일 만들기!xlsx 라이브러리 활용하여 엑셀파일 만들기 자바스크립트를 사용하여 엑셀을 만들 수 있습니다. 이를 위해서는 엑셀 파일 형식인 XLSX 파일을 생성하는 라이브러리인 "xlsx"를 사용하면 됩니다. xlsx 라이브러리는 xlsx 파일을 읽고 쓰고 변환하고 분석할 수 있으며, 엑셀의 다양한 기능과 형식을 지원합니다. xlsx 라이브러리는 브라우저와 Node.js에서 모두 사용 가능합니다. xlsx 라이브러리를 사용하려면 npm i xlsx 명령어로 설치하거나 dist 폴더에서 스크립트 파일을 다운로드할 수 있습니다. [ "xlsx" 라이브러리 엑셀파일 생성 예시 코드 ] // xlsx 라이브러리 불러오기 const XLSX = require('xlsx'); // 엑셀 파일 생성 const wb = XLSX... wono | discuss | tweet
+ it dev nextjs nodejs excel Node.js - Excel Download With Templatexls Template 사용하여 Excel download wirh Template 구현 npm install npm i xlsx-template소스코드 var fs = require('fs'); var XlsxTemplate = require('xlsx-template'); var path = require('path'); var mime = require('mime'); //템플릿 명 var temp_name = "template01.xlsx"; //엑셀 데이터 var params={ extractDate: '20201127', revision: 2, dates: [new Date("1993-07-07"), new Date("20.. wono | discuss | tweet
+ it dev nextjs nodejs excel How to add data validation list in excel using javascript> I am creating and downloading excel file with data that I have gotten in JSON format. Now I want to add status column in last and provide list data validation there with three specified value "re... wono | discuss | tweet
+ it dev nextjs nodejs excel How to create the cell dropdown list programmatically using excel4node.js in node.js?I have used the excel4node js to create & download the excel file. I want to create the cell dropdown list in excel sheet dynamically. i.e. I have the 10 values from B1 to B10 cell, then i nee... wono | discuss | tweet
+ it dev nextjs s3 purls AWS-SDK 로 Presigned URL 을 통해 S3에 파일 업로드 (Typescript)AWS-SDK와 Presigned URL을 통해 s3 에 파일 업로드 해보기 wono | discuss | tweet
+ it dev nextjs shadcn TIL - Shadcn UI & Next JS | OKKY유데미 강좌 “Shadcn UI & Next JS - shadcn으로 아름다운 대시보드 만들기” 를 완강했습니다.https://www.udemy.com/course/shadcn-ui-next-js-korean/shadcn 을 사용한 사용자 인터페이스 만들기가 주된 내용입니다.shadcn 컴포넌트는 소스폴더에 코드로 들어오기 때문에 원하는 대로 고쳐 wono | discuss | tweet
+ it ops ecs docker nextjs Next.js에서 Docker 빌드 최적화하기 | 요즘IT멀티스테이지 빌드와 standalone 빌드, 배포 속도와 인프라 비용 모두를 최적화할 수 있는 두 가지 방법을 소개합니다. wono | discuss | tweet
+ it dev nextjs swr 리액트에서 반복적인 useEffect 대신 SWR 사용하기 | 요즘IT이번 글에서는 useEffect 방식의 한계를 살펴보고, SWR이 어떤 방식으로 이를 보완할 수 있는지 알아보고자 한다. wono | discuss | tweet
+ it dev nextjs fullcalendar [blocks]: Full calendar · shadcn-ui/ui · Discussion #3214[blocks]: Full calendar wono | discuss | tweet
+ it dev nextjs fullcalendar 월간 달력 출력하기 (FullCalendar / Shadcn)FullCalendarFullCalendar: 복잡한 일정 관리가 필요한 경우 (예: 회사 일정 관리, 예약 시스템)장점단점월/주/일 등 다양한 뷰 제공이벤트 표시 및 관리 기능이 풍부시간대별 일정 관리 가능드래그 앤 드롭으로 일정 이동 가능번들 사이즈가 큼초기 설정이 복잡할 수 있음스타일링 커스터마이징이 까다로움무료 버전과 프로 버전의 기능 차이 1. FullCalendar 관련 종속성 설치 명령어yarn add @fullcalendar/core @fullcalendar/react @fullcalendar/daygrid @fullcalendar/coreFullCalendar의 핵심 기능을 제공하는 기본 패키지Calendar 클래스와 같은 핵심 기능을 포함하고 있어 캘린더를 생성하고 관리하는 데 필수적.. wono | discuss | tweet
+ it dev nextjs Next.js서 발견된 치명적 취약점, 공격자 인증 우회 가능성 제기오픈소스 자바스크립트 프레임워크인 Next.js에서 발견된 치명적인 취약점(CVE-2025-29927)을 악용, 공격자가 미들웨어 기반의 인증을 우회하고 시스템에 접근할 수 있는 가능성이 제기됐다. wono | discuss | tweet