issues
search
martijn
/
xsv
High performance, lightweight .xlsx parser for Ruby that provides nothing a CSV parser wouldn't
https://storck.io/posts/announcing-xsv-1-0-0/
MIT License
194
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix CHANGELOG.md Typo
#60
victorlcampos
closed
5 months ago
1
Get raw value of the cell
#59
iuri-gg
closed
6 months ago
3
Make Sheet#each_row return Enumerator when no block
#58
myabc
closed
6 months ago
1
Fix issue #56
#57
martijn
closed
6 months ago
0
Cell values are mapped to incorrect keys in Hash mode
#56
myabc
closed
6 months ago
3
[DO NOT MERGE] Failing test for "Cell values are mapped to incorrect keys in Hash mode"
#55
myabc
closed
6 months ago
1
Implement Enumerable in Workbook
#54
martijn
closed
11 months ago
0
Drop Ruby 2.6 support, update dependencies, apply standardrb --fix
#53
martijn
closed
11 months ago
0
Optimize for YJIT by using while loops
#52
martijn
closed
11 months ago
1
Fix: Access sheets with UTF-8 characters in the name
#51
sebikeller
closed
1 year ago
5
Handle columns without r attribute (#48)
#50
martijn
closed
1 year ago
1
Adds Ruby 3.2 to the CI matrix. Also updates checkout action version.
#49
petergoldstein
closed
1 year ago
1
Breakage on Excel files without cell column names
#48
kjmph
closed
1 year ago
8
Unescape character entities with CGI.unescapeHTML
#47
til
closed
1 year ago
4
Generic HTML character entities not supported
#46
til
closed
1 year ago
0
Raise error for duplicate headers in hash mode (fixes #44)
#45
martijn
closed
1 year ago
4
Wrongly parsed hash
#44
voxik
closed
1 year ago
5
Fix typo: Intial -> Initial
#43
jdufresne
closed
2 years ago
0
Simplify XML parser using IO#gets
#42
martijn
closed
2 years ago
1
Fix compatibility with Open XML SDK generated documents
#41
martijn
closed
2 years ago
0
NoMethodError: undefined method `[]' for nil:NilClass
#40
fsanggang
closed
2 years ago
5
Decimal values with %
#39
nanosplit
closed
2 years ago
1
New Xsv.open syntax; drop Ruby 2.5 support
#38
martijn
closed
2 years ago
1
Add check for sheet_ids
#37
jatravis
closed
2 years ago
0
Parser cleanup
#36
martijn
closed
2 years ago
0
Raise exception if given an empty buffer when opening workbook
#35
kevin-j-m
closed
2 years ago
5
Prepare Xsv 1.1 release
#34
martijn
closed
2 years ago
0
"Encountered unknown column type d"
#33
fxckdead
closed
3 years ago
1
Enhance parsing by headers
#32
a1tavista
closed
2 years ago
3
Fix #29
#31
shkm
closed
3 years ago
1
Fix typo in gemspec
#30
shkm
closed
3 years ago
0
1.0.2 NoMethodError: undefined method `scan' for nil:NilClass
#29
jdufresne
closed
3 years ago
6
Skip PhoneticProperties data
#28
sinoue-1003
closed
3 years ago
1
If PhoneticProperties data is included, NoMethodError (undefined method `+' for nil:NilClas) will be raised.
#27
sinoue-1003
closed
3 years ago
3
:symbolize_names option for hash mode
#26
senhalil
closed
2 years ago
5
parse_headers! returns self
#25
senhalil
closed
3 years ago
1
hash mode as an argument or parse_headers! can return self
#24
senhalil
closed
3 years ago
1
NameError: uninitialized constant Xsv in Sidekiq Worker
#23
JohnDBR
closed
3 years ago
2
Encoding::UndefinedConversionError when parsing non-ASCII character
#22
vmsp
closed
3 years ago
4
Implement a native Ruby XML parser
#21
martijn
closed
3 years ago
2
test
#20
martijn
closed
4 years ago
0
test
#19
martijn
closed
4 years ago
0
issue parsing xlsx (formatting?)
#18
crepon-philipp
closed
4 years ago
8
Parse empty file
#17
durcak
closed
4 years ago
1
decimal records are not processed correctly
#16
crepon-philipp
closed
4 years ago
2
#<NoMethodError: undefined method `get_input_stream' for nil:NilClass>
#15
durcak
closed
4 years ago
2
Xsv::Workbook.open does not accept Tempfile
#14
durcak
closed
4 years ago
3
multiple spaces in cell value converted to 1 space
#13
Pachelbel1414
closed
4 years ago
3
Sheet Names
#12
texpert
closed
4 years ago
3
Relax Ruby version to at least 2.5
#11
texpert
closed
4 years ago
2
Next