Git Product home page Git Product logo

excel2json's Issues

Problem With Encoding

Thank you for this scripts , its amazing but I have issue with arabic letters as json returns arabic letters as questions marks " ????????? "

thx

喝杯白酒,交个朋友!

잘 쓰고 있습니다. 사용법 문의 드려도 될까요?

게임 데이터 관리할 때 잘 쓰고 있습니다. 고맙습니다.

그리고, 한 가지 여쭤봐도 될까요?

안될 것 같긴 한데...

{"A" : [
{"B" : 0},
{"B" : 1}]}

이런 식으로 잘 쓰고 있긴 한데, 이번에 데이터 구조를 좀 바꾸자고 해서 내놓은게

{"A" : [
{"B" : [
{"C": 0, "D": 0},
{"C": 1, "D": 2}]},
{"B" : [
{"C": 0, "D": 0},
{"C": 1, "D": 2}]}]}

이런 식으로 바꿔달라고 하네요.

이걸 excel2json 으로 변환 가능하게 Excel 파일을 만들 수 있을까요?

사용관련 오류입니다.

해당 스크립트가 있는 폴더에 엑셀파일을 같이 놓고
스크립트를 실행하면
'경로를 찾을수 없습니다.' 라고 경고가 뜨고
확인 버튼을 누르면

행: 480
문자: 3
오류: 경로를 찾을 수 없습니다.
코드: 800A004C
원본: Microsoft JScript 런타임 오류

라는 에러 박스가 나타 납니다.
여기서 확인버튼을 누르면

Windows Script Host 실행에 실패하였습니다. (0x80020102)

라는 에러 메세지가 나타나고 끝나네요..

String type conversion error

If excel is a String type number, such as "0200", it will be "200" in the final result, even if I set the type to String in excel, the reason is in line 637 of the source code: "if (typeof (value) == "string" && isFinite (value)) return Number (value); "If the type is String and finally converted to Number, you want to modify

Object Array가 비정상적으로 파싱됩니다.

샘플 엑셀을 변환해보면 #reqcoins{[]}가 다음과 같이 저장됩니다.
환경은 오피스 2013입니다.

"reqcoins": {
    "barrack": [
        100,
        500,
        1000,
        1500,
        2000,
        2500,
        0,
        "상점",
        "이름",
        "name",
        "blade",
        "dagger",
        "thorn_dagger",
        "mail",
        0,
        "초기 인벤토리",
        "이름",
        "type",
        "blade",
        "thorn_dagger",
        "mail",
        0,
        0,
        "$key",
        "michael",
        "tobby",
        "tony",
        "gump"
    ],

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.