Giter VIP home page Giter VIP logo

j's Introduction

Important

Thank you Clippy!

But our Sheet is in another Workbook!

The new source repository URL is https://git.sheetjs.com/sheetjs/sheetjs. SheetJS CE remains truly open source under the Apache 2.0 License.

Issues should be raised at https://git.sheetjs.com/sheetjs/sheetjs/issues. Users can register directly or sign in with a valid GitHub account. Issues can also be raised at https://sheetjs.com/chat.

Documentation is available at https://docs.sheetjs.com.

Scripts and NodeJS modules are available at https://cdn.sheetjs.com.

The master branch branch of the SheetJS/sheetjs repository on GitHub includes all commits through 515d1c6f2e1d3ca422ee9198b177cfd926434936.

The SheetJS Community Edition offers battle-tested open-source solutions for extracting useful data from almost any complex spreadsheet and generating new spreadsheets that will work with legacy and modern software alike.

SheetJS Pro offers solutions beyond data processing: Edit complex templates with ease; let out your inner Picasso with styling; make custom sheets with images/graphs/PivotTables; evaluate formula expressions and port calculations to web apps; automate common spreadsheet tasks, and much more!

Note

๐Ÿ’ผ We're Hiring!

SheetJS is looking for US-based software developers to expand this project and related software libraries and tools. https://sheetjs.com/careers more info.

Resources

License

Please consult the attached LICENSE file for details. All rights not explicitly granted by the Apache 2.0 License are reserved by the Original Author.

j's People

Contributors

sheetjsdev avatar

Stargazers

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

Watchers

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

j's Issues

How to default all sheets

Hi, I'm trying to convert my xlsx to csv from command line. But when I do, it only grabs first sheet. I know I can set the sheet with -s operator, but I'd like to automate this as much as possible. How do I grab all sheets? Not knowing what they may be called, since they are not labeled 0, 1, 2, etc... and sheet operator only works by naming sheet, i.e. j file.xlsx -s "My Sheet"

Clipboard support

Is there a way to take an excel file and copy to clipboard so that I can paste into google spreadsheet?

ODS support

OpenDocument Spreadsheet (.ods) format is supported in Excel 2013

Segmentation fault when accessing a xlsb file

EDIT: this is a bug in node v0.10.31 (nodejs/node-v0.x-archive#8208). If you find repeated segmentation faults, try rolling back to node 0.10.30. On linux and OSX, n on npm (https://www.npmjs.org/package/n) removes most of the hassle of switching between node versions.

Hi,

I'm trying to extract a sheet from a xlsb file. However when I open the file, I get the message "Segmentation Fault".
Same error occurred when I ran "j -l file.xlsb"
I'm just wondering how do I resolve that.

Reading Wrong date from DBF

Hi,

When I am reading date from dbf file suppose 18/01/1974 which is in date format, J parser returning date as 17/01/1974. I am unable to understand why this is happening. Please help

Merging various projects (js-xls, js-xlsx, js-harb)

This discussion has come up various times, and every time I've been hesitant due to size constraints, but it's becoming clear that the separate projects are slowing development.

Even worse, much of the code is duplicated in both projects, so merging would slim down the total size in a clean way (as opposed to various ad-hoc solutions). FYI The proverbial straw that broke the camel's back involved style parsing in XLS, which requires a stripped down version of the XLSX style parsing code (brilliant design on Microsoft's part to embed a ZIP file within the container).

Since github has no way to indicate that we are merging the projects, we will have to do it manually.

Questions:

  1. The XLS, XLSX and HARB objects have the same interface, so we can fold all of the logic into one of the projects or create a new project. Which makes more sense?

  2. Should the build process create separate scripts for the individual formats (an xls.js for the XLS format, xlsx.js etc)?

  3. What should happen to the node modules and the other repos?

Pulling @elad @nathanathan @notatestuser

Define Decimal Precision

I am importing an excel file. By default Excel Internally handles decimals to the 15th place or something, but display these numbers as to a precision of 2 places behind the floating point.

When importing with J and xlsx.js it takes "what the human eye sees" out of the cells, but not the underlying values, internally held by excel.

Is there a method to define decimal precision when importing / exporting excel files?

If not, consider this is a feature request.

Make __rowNum__ non-enumerable

Currently all rows returned by to_json have a __rowNum__ property on their prototype. However, this property is enumerable, which causes it fail chai's deepEqual test.

If the property was non-enumerable this would make life much easier.

This affects both js-xls and js-xlsx. It does also affect CSV parsing with j, but did not find any __rowNum__ references in js-harb so I expect this is to due with the shared json output.

Thanks.

standalone

Can I build a standalone command that doesn't require nodejs?

to_json omits empty cells

Hi,

It seems that to_json uses undefined for empty cells. This makes it rather difficult to validate sheets with optional columns, or to ensure that there are no extra columns or extraneous data in unnamed columns.

In the same way, get_cols also omits any column with an empty header cell.

Could this be changed to use empty string or null?

Thanks.

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.