Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
harendra-kumar
/
xls
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
16
Code
Issues
3
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
proof-of-concept decode XLS from ByteString, typed cells
- #9
#9
Open
olafklinke
wants to merge 14 commits into
harendra-kumar:master
harendra-kumar/xls:master
from
olafklinke:master
olafklinke/xls:master
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
proof-of-concept decode XLS from ByteString, typed cells
#9
olafklinke
wants to merge 14 commits into
harendra-kumar:master
harendra-kumar/xls:master
from
olafklinke:master
olafklinke/xls:master
Copy head branch name to clipboard
Commits
Commits on Sep 14, 2022
add depedency for temporary, bump version number
olafklinke
authored
bc3f917
View commit details
Copy full SHA for bc3f917
Browse repository at this point
add functions to decode ByteStrings
olafklinke
authored
4925ca7
View commit details
Copy full SHA for 4925ca7
Browse repository at this point
expose Data.XlsCell module
olafklinke
authored
5e1a09a
View commit details
Copy full SHA for 5e1a09a
Browse repository at this point
make decodeXlsIO return Cell instead of String
olafklinke
authored
e899008
View commit details
Copy full SHA for e899008
Browse repository at this point
use cellToString
olafklinke
authored
4e7a2ba
View commit details
Copy full SHA for 4e7a2ba
Browse repository at this point
Commits on Nov 9, 2022
adjust expected data to CellF type
olafklinke
authored
f25086e
View commit details
Copy full SHA for f25086e
Browse repository at this point
derive Show, Eq instances to CellF
olafklinke
authored
a76b586
View commit details
Copy full SHA for a76b586
Browse repository at this point
Commits on Mar 24, 2023
make Data.XlsCell an internal module
olafklinke
authored
49059e2
View commit details
Copy full SHA for 49059e2
Browse repository at this point
re-export Data.XlsCell
olafklinke
authored
92828db
View commit details
Copy full SHA for 92828db
Browse repository at this point
import cellToString from Data.Xls
olafklinke
authored
f56ee77
View commit details
Copy full SHA for f56ee77
Browse repository at this point
remove import of now internal module Data.XlsCell
olafklinke
authored
63a87ca
View commit details
Copy full SHA for 63a87ca
Browse repository at this point
make XLSError an instance of Exception
olafklinke
authored
068856d
View commit details
Copy full SHA for 068856d
Browse repository at this point
Commits on May 14, 2025
Bump version bounds to match upstream branch
adrian-chen
committed
b7ae384
View commit details
Copy full SHA for b7ae384
Browse repository at this point
Merge pull request #2 from adrian-chen/adrianchen/bump_version_bounds
Show description for 43da102
olafklinke
authored
43da102
View commit details
Copy full SHA for 43da102
Browse repository at this point
You can’t perform that action at this time.