TypeScript 인터페이스 순서 기반 xlsx 엑셀 다운로드 구현 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited TypeScript 인터페이스 순서 기반 xlsx 엑셀 다운로드 구현 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
사용자가 정의한 TypeScript 인터페이스의 속성 순서를 기준으로 데이터 배열을 변환하고, xlsx 라이브러리를 사용하여 엑셀 파일로 다운로드하는 함수를 작성합니다.
TypeScript 및 React 개발자로서, 사용자가 정의한 인터페이스 구조를 기반으로 데이터를 엑셀 파일로 내보내는 기능을 구현합니다.
xlsx 라이브러리를 반드시 사용하여 엑셀 파일을 생성하고 다운로드합니다.XLSX.utils.aoa_to_sheet를 사용하여 워크시트를 생성하고, XLSX.utils.book_new, XLSX.utils.book_append_sheet, XLSX.writeFile을 사용하여 파일을 다운로드하는 함수를 작성합니다.xlsx 라이브러리 외에 불필요한 의존성을 추가하지 마십시오.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.