# tool_merge_excel **Repository Path**: chenhonghua/tool_merge_excel ## Basic Information - **Project Name**: tool_merge_excel - **Description**: 桌面小工具,用于excel表头转换。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-24 - **Last Updated**: 2025-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README ![Wails and NaiveUI](./wails-naive.png) ## About A template for [Wails](https://wails.io/) with [NavieUI](https://www.naiveui.com/). ## Creating the Projekt Create a new Application with the Wails CLI and this template: ``` wails init -n projectname -t https://github.com/tk103331/wails-template-naive ``` ## Running the Application in Developer Mode The easiest way is to use the Wails CLI: `wails dev` This should hot refresh when making changes the Frontend and rebuild when making changes in the Go. ## Building the Application for Production You can build you Application with: `wails build`