Git Product home page Git Product logo

xlsx-parser's Introduction

Heill ! ๐Ÿ‘‹

d1ceward.com Twitter Mastodon StackOverflow

I'm a french 27 years old developper living in Paris ๐Ÿ‡ซ๐Ÿ‡ท, passionate about technology and nordic mythology. Amateur guitarist ๐ŸŽธ

๐Ÿข Work: Chief Technology Officer at @HappyRenting

๐Ÿ“• Main languages: Ruby & Crystal

๐Ÿ’ป Personal project: A web browser economy game written in Crystal

xlsx-parser's People

Contributors

d1ceward avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

xlsx-parser's Issues

Returns string cells instead of integer in some cases

your sample.xlsx is built e.g. as follows:

<c r="A1" s="1" t="s"><v>0</v></c>
<c r="G2" s="0" t="n"><v>10</v></c>

if I write an .xlsx via Monpt7/crexcel, it looks e.g. like the following:

<c r="A1" t="s"><v>0</v></c>
<c r="A2">            <v>1</v></c>

so, for numbers the type seems to be omitted. If I open this file with Excel, it works fine - so maybe "n" is the default? I couldn't find it, though.
However, when read back in with xlsx-parser, those cells are shown as strings.

Cannot install shard

Describe the bug

When I run shards install using the shard.yml as proposed in , I get

Error in shard.yml: missing required attribute: name at line 5, column 1

To Reproduce

Save this to shard.yml:

dependencies:
  xlsx-parser:
    github: d1ceward/xlsx-parser
    version: 1.0.4

Run shards install

Get

Error in shard.yml: missing required attribute: name at line 5, column 1

Expected behavior

The shard installs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.