Giter Site home page Giter Site logo

Excel export enhancements about beadifier HOT 4 CLOSED

lindehell avatar lindehell commented on June 21, 2024
Excel export enhancements

from beadifier.

Comments (4)

maxcleme avatar maxcleme commented on June 21, 2024

@lindehell

First of all, thanks for your feedback, I implemented Excel export because some people ask for it but I'm not really a user using it, so thanks for such feedback regarding it.

Is it possible to have red thick lines as board borders? I work with midi so every 29 row and column. But since you pick what boardtype maybe this could be set for the type used.

Agreed on this, TBH it was in my TODO list but I completely forgot about it. However I dunno if 'red' and 'thick' would be the best possible solution, but as I said, we might have more credit to me regarding excel export.

Thin black/gray lines every five row/columbus. Makes it easier to work with in my opinion.

Dunno about this, while I understand the idea behind this, why should we create sub-board group in Excel export but not everywhere else ? It would be a good idea, but IMO it would have to be implemented in every exports then.

I also make the cells square in the way outlined here:
https://superuser.com/questions/165738/how-to-make-cells-perfect-squares-in-excel

I tried to do it when implementing the Excel export, I guess there is few bugs out there (moreover since I do not have Excel and open these with LibreOfficeCalc the results might not be really accurate).

Is there any way for you to post screenshots here in order to have a better idea of your final files ?

from beadifier.

maxcleme avatar maxcleme commented on June 21, 2024

@lindehell

Regarding square cell, I looked at it again and I'm already doing this kind of tricks.

worksheet.properties.defaultRowHeight = 40;
worksheet.properties.defaultColWidth = 40 / 7.025;

Everything looks absolutely square here (at least using LibreOffice) :

Screenshot from 2020-10-17 13-31-18

Are you sure it is not a default setting in your Excel or whatever ? Would be hard for me to try to fix this without more input TBH.

from beadifier.

maxcleme avatar maxcleme commented on June 21, 2024

@lindehell

Board border has been added in v1.20.0.

from beadifier.

maxcleme avatar maxcleme commented on June 21, 2024

@lindehell up.

from beadifier.

Related Issues (20)

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.