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

xlnt-community / xlnt / 0281c3fa-b4ad-46dd-b110-a792c510831a / 1
84%
master: 84%

Build:
DEFAULT BRANCH: master
Ran 23 Dec 2025 08:19AM UTC
Files 116
Run time 392min
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

23 Dec 2025 08:16AM UTC coverage: 82.718% (+0.2%) from 82.567%
0281c3fa-b4ad-46dd-b110-a792c510831a.1

push

circleci

web-flow
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 text.
 - Copies external hyperlinks; internal hyperlinks (cell/range
references) are not yet implemented.
 - Deep-copies the source cell format into the destination workbook.

`cell::format(const format)` now:
 - Checks if the format belongs to the current workbook.
 - If not, clones all format properties into this workbook’s stylesheet
using only the public API, avoiding foreign pointers.
 - Associates the style by name if present; deep-cloning of style
content is not yet implemented (documented as a temporary limitation).
 - Within the same workbook, behavior remains unchanged (fast shallow
copy).

14398 of 18912 branches covered (76.13%)

11837 of 14310 relevant lines covered (82.72%)

10730.57 hits per line

Source Files on job 0281c3fa-b4ad-46dd-b110-a792c510831a.1
  • Tree
  • List 116
  • Changed 4
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 281
  • b9b1ede0 on github
  • Prev Job for on master (#dcb57471-0017-4ba7-83a2-68ab5b83036a.1)
  • Next Job for on master (#fcbaa237-6534-4795-9135-85f999fd1fde.1)
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