[PR #98] [CLOSED] Add workbook_default_format #416

Closed
opened 2026-05-05 12:15:20 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/98
Author: @Paxa
Created: 2/28/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • c8064ee Add workbook_default_format

📊 Changes

3 files changed (+26 additions, -0 deletions)

View changed files

📝 include/xlsxwriter/workbook.h (+6 -0)
📝 src/format.c (+1 -0)
📝 src/workbook.c (+19 -0)

📄 Description

  • add workbook_default_format
  • workbook_add_format will make copy of default format
  • format->font_size = -1 will set to excel’s default

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jmcnamara/libxlsxwriter/pull/98 **Author:** [@Paxa](https://github.com/Paxa) **Created:** 2/28/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c8064ee`](https://github.com/jmcnamara/libxlsxwriter/commit/c8064eeddfa1e4170e8e2648e2c9f62a1fa94a1d) Add workbook_default_format ### 📊 Changes **3 files changed** (+26 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `include/xlsxwriter/workbook.h` (+6 -0) 📝 `src/format.c` (+1 -0) 📝 `src/workbook.c` (+19 -0) </details> ### 📄 Description * add `workbook_default_format` * `workbook_add_format` will make copy of default format * `format->font_size = -1` will set to excel’s default --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 12:15:20 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/libxlsxwriter#416
No description provided.