pyexcel / pyexcel-xlsx

A wrapper library to read, manipulate and write data in xlsx and xlsm format using openpyxl
Other
114 stars 31 forks source link

Optimization #44

Closed chfw closed 3 years ago

chfw commented 3 years ago

With your PR, here is a check list:

codecov-io commented 3 years ago

Codecov Report

Merging #44 into dev will decrease coverage by 1.32%. The diff coverage is 81.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #44      +/-   ##
==========================================
- Coverage   96.66%   95.33%   -1.33%     
==========================================
  Files          12       12              
  Lines         629      622       -7     
==========================================
- Hits          608      593      -15     
- Misses         21       29       +8     
Impacted Files Coverage Δ
pyexcel_xlsx/xlsxr.py 82.35% <76.47%> (-6.91%) :arrow_down:
pyexcel_xlsx/xlsxw.py 95.23% <100.00%> (-0.60%) :arrow_down:
tests/test_writer.py 96.96% <100.00%> (-0.18%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3369e93...d4e7e6c. Read the comment docs.