Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/fslaborg/FsSpreadsheet

Spreadsheet creation and manipulation in F#, in a functional and/or object-oriented way.
https://github.com/fslaborg/FsSpreadsheet

Merge pull request #86 from fslaborg/python

Python Integration

d6528340384faf145961d0b58c182b7f07da5db7 authored 11 months ago
small changes to reduce warnings

b85ca85ca290076d21ae6af01ab3aab0cd52205a authored 11 months ago
unify test project names

181fc703db651864d84295648a1db9fa3bae1e19 authored 11 months ago
update readme with developer info

95256651d8930ffd7645edeacf2cd731a64ab276 authored 11 months ago
update CI and add Python build targets

491ed1ee1bc3cafdfc4538e98dd965aaf8a3dad0 authored 11 months ago
rename excelpy folder

9572480de9ae43591714e0cff6ee92a00b0541b0 authored 11 months ago
bump to 5.2.0

c6f526ad2f925fd3dd536950b4086d1baaa51ade authored 11 months ago
finalize python xlsx io test and fixes

d94f2b3a9ad41b54bce373094f2e07f3b92469e4 authored 11 months ago
start setup of python package

ca0df3a80b3ff38437bd92847e1c85a4ebf2513b authored 11 months ago
add tests for python xlsx io

d52365f7ea6e5bc38a5ec88bbe83d052fbe891ed authored 11 months ago
fix python xlsx io for default formats

d2a13165ba5f8099089e204dc689034691b07148 authored 11 months ago
add runtestspy target

00184e0a63372787cbe972ec43081df176db9517 authored 11 months ago
add python xlsx io support

754b2faab8c37a163e63ad7f0e081ee0fb02daa5 authored 11 months ago
switch to pyxpecto for testing

7511f4a5c89df1551c7f91935641a385b1793be9 authored 11 months ago
bump to 5.1.3

b99cd4edb0e664304f182a425900a3d6ecd463fe authored 12 months ago
update tests to change in empty workbook handling

a26054928881975896f2c07926261091979216a4 authored 12 months ago
add fail for writing empty workbook

#38

4eaf806c4e64bcabc762517e07001886efde4611 authored 12 months ago
Merge pull request #84 from fslaborg/speed

Add ZipArchiveReader

6cc4d8dfaa91832d6e28fdffe638600570c4e6fd authored 12 months ago
small fixes and adjustments to xlsx reader and tests

8da67c9c0ac537ba184d22b16f86d2d1b18f17ab authored about 1 year ago
some speed improvements to xlsx reading

c9d00fb5203377447c25ef475d85e74c428cb6a9 authored about 1 year ago
fix zipArchiveReader against default tests

886dcf2ef7459096bf1a35a4fc6173e33f424758 authored about 1 year ago
first draft of experimental ziparchive xlsx reader

bd9b64be581a772513391b1758cfa1e78ab01473 authored about 1 year ago
Merge pull request #83 from fslaborg/speed

Improve reader speed by adjusting sharedStringTable usage

5c18c78c299e7c95cef9ee26578820db324edf06 authored about 1 year ago
small speed improvement of reader by skipping sst include on opendocument cell

2b882586b12aae0500eaad98d01603521dfee26f authored about 1 year ago
bump to 5.1.2

235372355450ddb0414fc0168c01ff21a134f3fd authored about 1 year ago
improve reader speed by adjusting sharedStringTable usage

21fd6e82f6d9eab48b4197a56a5c9b9f06b51b0e authored about 1 year ago
Merge pull request #82 from fslaborg/speed

improve rowWithRange SkipSearch performance

fc5f16f48051feb600b22115213f1df7cbeab4ec authored about 1 year ago
fix npm publish target

66b6713381be3f133c58db7ca78fd36bd63c0ad1 authored about 1 year ago
bump to 5.1.1

717524c7cd885535f1c7800b6d5eb27d7185c460 authored about 1 year ago
improve rowWithRange SkipSearch performance

e7cc638b170c570005b6cd8378d1e0ac31075be7 authored about 1 year ago
Merge pull request #81 from fslaborg/speed

Reader speedboost

8b8c080c99d21cb0869b92421497566562075ed8 authored about 1 year ago
bump to 5.1.0

974a4cdb052eb406b497f9fdc7bad7ba2ebb370b authored about 1 year ago
include parse speed test in js

4732d22e6acbf70b284355149fd4d06932023783 authored about 1 year ago
add speedtest for excel file reader

9aa368f3cefeaa50c9eb4c13865bb952a57a273c authored about 1 year ago
make RescanRows speed linear

f401c9618bfd66648688cfbb8b99e51f46b14bdd authored about 1 year ago
Update release notes to v5.0.2

78efbe58842845e16095c5d08292aff13f8364f5 authored over 1 year ago
Merge branch 'main' of https://github.com/CSBiology/FsSpreadsheet

41eca2f3ad7bb093b186c51c70e4dfa48625b7a5 authored over 1 year ago
Fxi critical bug in fable compatibility

b45db41a89e78576999afd28a2d7b1e087caf335 authored over 1 year ago
bump to 5.0.1

4f0a28c78abff12e0252c4aa9b9def8a9f5f1118 authored over 1 year ago
update references from major 3 to major 5

2958cd951db833c5d469875d03ad175e496f07ae authored over 1 year ago
Update version and release npm

dff1bf35cafa238fbe3604524259684aa90f3520 authored over 1 year ago
Merge pull request #76 from fslaborg/io_tests

Io tests

62ff8ec966cf618a4231e281fcc4f23447e3e9b3 authored over 1 year ago
Start implementing logic for auto update, but push to backlog for now

db263edea5bd8ecd9e6e8023fdae6a396fa01cec authored over 1 year ago
Finish io tests :heavy_check_mark:

c5bf34808d105723738dde53e6cb778a2b97da3e authored over 1 year ago
Improve DateTime numberFormat recognition

80f7632b2a4865951f144fc271e02a2ee4f6989c authored over 1 year ago
update libre test file

baa88ceb185c43302c8e7742ba8fe1afab893739 authored over 1 year ago
Fix ExcelIO: bool & float write. Fix exceljs: table postion write, cell value type read and write, confusing naming. Add scripts for fsspreadsheet write. :sparkles:🤡

56d533fd3279f8d6c7e6f56a489e1b734abcb166 authored over 1 year ago
Fix ci

6fe7f891644934b427ea56620fa8983befc25b10 authored over 1 year ago
Fix embedded ressource path

17a9cf8e51a8b1f3fa7e11461f923bddff1ca220 authored over 1 year ago
Setup current FsSpreadsheet.Exceljs write for defaultio tests :construction:

980581193cdcceaa80cd87f91e86121726c1046f authored over 1 year ago
update gitignore

05e0ca492e3ae54cdaf6fdec4c19c1296614e565 authored over 1 year ago
Further work on #71 change FsCell.Value to obj :boom:

2b99506e9abafd7d579d8e3f09fb59d7e20a8398 authored over 1 year ago
fix libre file parsing and update test files

26c574dd29e0908d00cdb8e33c87d8e142052361 authored over 1 year ago
update spreadsheet file and final fixes for dotnet reader

47e696ba6e25f1b02e3d520bc0c77e7df834a3df authored over 1 year ago
add stylesheet helper functions

546e02962c5d18127e143d85705523a4163d63c2 authored over 1 year ago
add preliminary stylesheet functionality for cell datetime writing (wip)

47615d7cfba7b19eb53815ac500c2dfd45a02d3a authored over 1 year ago
Fix DateTime format :bug:

5f6c8da5c438458d8838fab48612b691db6ddd23 authored over 1 year ago
Update files correctly

1a71e9688f02d5d35e89f3cacf380f99d5049195 authored over 1 year ago
Make first tests pass :heavy_check_mark:

326cbbafda241edc6ecd85b46247969b100cc56d authored over 1 year ago
Add FsSpreadsheet tests and update testFile to include Time in DateTime

085418fa77844685613e55e5542f91d95d7ace85 authored over 1 year ago
Fix DateTime and paths for build chain

d6e85cba08422c17bf323577b4ccea729bbe97a7 authored over 1 year ago
Fix paths, but exceljs parses DateTime differently :construction:

3a60e29268d2f65646d751088d8ca09f841125aa authored over 1 year ago
Add boolean column to Default TestWorkbook

4d7c27f78917a445cd826fdd6bde03211d8ea636 authored over 1 year ago
Fix read in for boolean type `DataType` :bug:

77b722d2dd6c15836ef23645e9c3958861d69309 authored over 1 year ago
Make ExcelIO FableExceljs and OpenXML tests pass :heavy_check_mark:

371808cecb3f5255fb58dae4b2f3bf317090753e authored over 1 year ago
Update files from TestWorkbook_Excel

759c7a0ccfbe7f742cb6d3fdf87717e084c29329 authored over 1 year ago
make ExcelIO-Excel test pass :heavy_check_mark:

58736f384a1fa98254ede83e643c67ce2d239cbd authored over 1 year ago
Parse correct DataType from OpenXML #73

f468fd04e5de0761ea376e6e4ca9708aa321b194 authored over 1 year ago
Move TestFiles and setup Utility project #71

1ad6c9d960701b4f565a0abd210ea8fd3845e49f authored over 1 year ago
Improve HeaderRow functions #72

4cc9c25522be978283d2bacbd16dd19bcdf6f509 authored over 1 year ago
add testFile info

b8a51bf7eedf08e48460a302c25954e4807daa27 authored over 1 year ago
Add io helper scripts

88cffd2ad2e6d05e213c9426f1a812e78b10843d authored over 1 year ago
update xlsx file

0811a1d0b211c34cb8bbd65cf13f3df5f574b706 authored over 1 year ago
add excel testTable

cfdb888b02e2a3d357e6bf70434ba97180532016 authored over 1 year ago
Merge pull request #70 from fslaborg/issue_69

Issue 69 (nice)

eedf32f1e05d2ccba3b259bc92d908187b48ae25 authored over 1 year ago
add correct extensions to native js tests

858d6d83f08c3d70db017c3c0964e4fd6aae01a3 authored over 1 year ago
try fix CI

c7b88b6a909700da7fa2c481462435930fc2e62f authored over 1 year ago
Fix error in fsspreadsheet not writing table.name only displayname

116962e42a2b8e52128d4d039dc50d86dd4588ab authored over 1 year ago
Set correct default for showHeaderRow = false #69

a54d874f1345117dcf0e335e522b74780619053f authored over 1 year ago
Merge pull request #68 from fslaborg/ioExtension

Add additional xlsx readers variants

e0b42c7ac4394c19105997b8892c2966e5f584ee authored over 1 year ago
add additional xlsx readers variants

e903e767c1d1e22f000778b849ade4c4587cfe68 authored over 1 year ago
Merge branch 'main' of https://github.com/CSBiology/FsSpreadsheet

a4cd326f7166dcd7b59a56f2f83cadf020339114 authored over 1 year ago
fix package.json publish bug :bug:

2ea7401b78d91a4f75a9cb77a033142610de21d5 authored over 1 year ago
Merge pull request #66 from fslaborg/npmRelease

Add tasks for npm release

c69f7877f9cb8c96ad995a879e6d3a310407635a authored over 1 year ago
Add tasks for npm release

63498a9350d9f46c356c6bf73c98c1b30ec1fb95 authored over 1 year ago
Add test to verify correct parsing of old ClosedXml

9c7ab691b4aca6c0b16d0c2c7fd374b8d36e14e9 authored over 1 year ago
Update exceljs dependency

02d92c299e2e1358a201f1617d2853e0f885cb86 authored over 1 year ago
Update package.json: Mocha timeout for Exceljs JS tests

9eb94eabf3c91d1bb7390e40c11e41dc65906893 authored over 1 year ago
Merge pull request #64 from CSBiology/feature-moreFsColumnFun-#63

#63 Add `FsColumn` functionality

f105a75079f14bc3408984d46b5bc69d420a038d authored over 1 year ago
Update package.json, update and rewrite Release Notes for v4.0.0

36a72a26b5f865031a31e9ef1fc47d6216ed1935 authored over 1 year ago
Add unit tests for newly added functions

d50122572e9310d1fbab0b971e8922a884775f38 authored over 1 year ago
Add dense column functionality

5d5067f81459164c72e6abf7db1c94b7b494d1ee authored over 1 year ago
Add `TryItem` functionality to FsColumn

3e7b7d2c76a7ab1b72c13dd20983b975cb8b1308 authored over 1 year ago
Add `HasCellAt` to FsColumn

5c2e6167c3c0ea9bfd6ae4a59de60485325a31ab authored over 1 year ago
Add `MinRowIndex` and `MinColIndex` to FsColumn

19bd2a8817940d4f8725a85ebfa595faa214a24d authored over 1 year ago
Bump Release Notes to 3.4.0

d17dbdd99df70cd9d5049155a8c026c7cb83393f authored over 1 year ago
Merge pull request #62 from CSBiology/feature-moreFsRowFun-#61

#61 Add functionality for `FsRow`

39d270ad6bffab4f0ac13e836837e91845f84bae authored over 1 year ago
Add unit tests for column index getting and base cells in FsRow

ac14e0d2b8df599aa83e0c93326553f4bb2c2d79 authored over 1 year ago
Fix critical JS bug in column index getting

2b3b30b30a03ef821668ab6a011368662622b564 authored over 1 year ago
Add tests for FsRow

36b2b163e17a944da64f04074e539cc7cd687b0c authored over 1 year ago