• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

xlnt-community / xlnt
84%

Build:
DEFAULT BRANCH: master
Repo Added 16 Aug 2024 03:16PM UTC
Files 117
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • Alexey-cpu/master
  • bump_version_1.6.0
  • exceptions_docs_improvements
  • fix_appveyor-to-circleci
  • fix_comparisons
  • fix_coverage
  • fix_coverage_report
  • fix_forward_declaration_mismatch
  • fix_gcc14
  • fix_issue13_static_crt
  • fix_issue41_empty_fill
  • fix_issue42_non_contiguous_selection
  • fix_issue_18
  • fix_issue_66_vs2017
  • fix_worksheet_cell_exception
  • improve_conformance
  • issue_118
  • issue_93
  • parser_and_formatter_improvements
  • pr_add_macos_to_ci
  • pr_configure_gitbooks
  • pr_coverage
  • pr_fix_coverage_master
  • pr_improve_doc
  • pr_improve_install_instructions
  • pr_issue132
  • pr_prevent_export_internal_api
  • pr_readme_fork_information
  • pr_reenable_vcpkg
  • pr_remove_lgpl_license
  • pr_update_install_doc
  • pr_update_macos_toolchain
  • pr_upgrade_coverage
  • pr_version_1_6_1
  • pr_vs2017
  • public_utf8_literal_casts
  • pull/102/head
  • pull/103/head
  • pull/104/head
  • pull/105/head
  • pull/111/head
  • pull/116/head
  • pull/121/head
  • pull/124/head
  • pull/125/head
  • pull/129/head
  • pull/135/head
  • pull/142/head
  • pull/34/head
  • pull/35/head
  • pull/71/head
  • pull/72/head
  • pull/91/head
  • pull/97/head
  • replace_codecvt
  • support_cpp_20_23_26
  • time_improvements
  • update_copyright_2024
  • update_copyright_2025
  • update_copyright_2026
  • update_fmt_12.1.0
  • update_miniz
  • update_pybind

31 Jan 2026 07:22PM UTC coverage: 83.928%. Remained the same
4597e11b-186a-43f4-b217-4f03cdf3cce7

push

circleci

web-flow
Update copyright year to 2026 (#143)

15263 of 19954 branches covered (76.49%)

1 of 1 new or added line in 1 file covered. (100.0%)

12491 of 14883 relevant lines covered (83.93%)

12216.5 hits per line

Relevant lines Covered
Build:
Build:
14883 RELEVANT LINES 12491 COVERED LINES
12216.5 HITS PER LINE
Source Files on master
  • Tree
  • List 116
  • Changed 108
  • Source Changed 108
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
4597e11b... master Update copyright year to 2026 (#143) push 31 Jan 2026 07:26PM UTC web-flow circleci
83.93
50123244... master Improve documentation when exceptions are thrown (fixes #81) (#87) - Many of our public functions did not explain properly the cases where exceptions could be thrown, leading to unexpected crashes. This PR improves documentation to prevent such i... push 28 Jan 2026 10:24PM UTC web-flow circleci
83.93
0beb586f... master Outline level support (rows groupping) (#135) To add row grouping functionality, the OutlineLevel parameter and related settings were supported. ``` #include <contrib/libs/xlnt/include/xlnt/xlnt.hpp> #include <iostream> int main() { xlnt::w... push 19 Jan 2026 10:47AM UTC web-flow circleci
82.79
4b5fed6e... master enable relocatable build for Mac (#129) By default, setting `INSTALL_NAME_DIR` to `$XLNT_LIB_DEST_DIR` will result in a relative path being baked into the `.dylib` file. This can be verified with `otool -D xlnt.dylib`. That means that when you t... push 15 Jan 2026 09:00PM UTC web-flow circleci
82.72
0d4a4631... master Add GCC and MSVC settings to ensure C++ standard conformance (#130) To ensure C++ standard conformance in the future, this PR: - adds `-Wpedantic` for GCC, and `-pedantic-errors` if `XLNT_ALL_WARNINGS_AS_ERRORS` is set - adds `/permissive-` for M... push 12 Jan 2026 05:31AM UTC web-flow circleci
82.72
fcbaa237... master Update fmt to 12.1.0 (#131) Updates `fmt` to 12.1.0. This also fixes an issue when using MSVC 2017 with `/permissive-`, which breaks due to issue https://github.com/fmtlib/fmt/issues/4412 and has been fixed by PR https://github.com/fmtlib/fmt/pu... push 12 Jan 2026 05:14AM UTC web-flow circleci
82.72
0281c3fa... master Fix cell::value / format when copying between different workbooks (#124) `cell::value(const cell)` now detects cross-workbook copies and: - Remaps shared_string values into the destination workbook’s shared string table. - Copies formulas as te... push 23 Dec 2025 08:19AM UTC web-flow circleci
82.72
dcb57471... master Add sanitizer option and fix ASan-reported use-after-free (#125) Enable optional Address/Undefined/Leak sanitizer builds via `XLNT_SANITIZE`, fix a heap-use-after-free in `stylesheet` destruction, improve `xlsx_producer` cleanup, and add a UBSan ... push 16 Dec 2025 10:48PM UTC web-flow circleci
82.57
f9c3b529... master Use newer macos resource class as m1 will be unavailable from Feb 16, 2026 (#122) See https://circleci.com/docs/guides/execution-managed/using-macos/#available-resource-classes Also upgraded XCode version to latest version (not yet strictly nece... push 11 Nov 2025 04:56PM UTC web-flow circleci
82.57
dbe2886e... master Fix built-in string for Excel's "Accounting" number format (#121) Add missing section separators. Without separators, the format string was producing output like " $11.75 $(11.75) $-11 11.75 " from a cell with numeric value "11.75". With this fix... push 11 Nov 2025 12:59AM UTC web-flow circleci
82.57
See All Builds (370)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc