<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Excel on Digital Archive Systems Tech Blog</title><link>https://tech.ldas.jp/en/tags/excel/</link><description>Recent content in Excel on Digital Archive Systems Tech Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 02 Apr 2026 00:00:00 +0900</lastBuildDate><atom:link href="https://tech.ldas.jp/en/tags/excel/index.xml" rel="self" type="application/rss+xml"/><item><title>Dynamically Generating Excel Templates with Cross-Sheet Dropdown Validation Using ExcelJS in Next.js API Routes</title><link>https://tech.ldas.jp/en/posts/nextjs-exceljs-dynamic-template/</link><pubDate>Thu, 02 Apr 2026 00:00:00 +0900</pubDate><guid>https://tech.ldas.jp/en/posts/nextjs-exceljs-dynamic-template/</guid><description>&lt;p>I recently needed to implement a workflow where users download an Excel template, fill it in, and upload it back for processing. The key requirements were:&lt;/p>
&lt;ul>
&lt;li>Template contents vary per project (member lists and file lists are fetched dynamically)&lt;/li>
&lt;li>Dropdown cells should reference data in other sheets as their options&lt;/li>
&lt;li>The Excel file should be generated server-side in a Next.js API route&lt;/li>
&lt;/ul>
&lt;p>&lt;a href="https://github.com/exceljs/exceljs">ExcelJS&lt;/a> handles all of this. This post covers how.&lt;/p></description></item></channel></rss>