Code Monkey home page Code Monkey logo

Comments (4)

mdanko2000 avatar mdanko2000 commented on July 20, 2024
  1. remaping default cells style for sheets
    worksheet.php
    .................
    $this->remapStyles($sheet, $styles_mapping);
    $this->remapConditionalStyles($sheet, $conditional_styles_mapping);
    $this->remapColsStyles($sheet, $styles_mapping); // <--- call remaping
    .......................

    protected function remapColsStyles($sheet, $mapping) {
    $this->doRemapping($sheet, "//m:col[@Style]", "style", $mapping);
    }

from excel-merge.

infostreams avatar infostreams commented on July 20, 2024

I'm sorry, but it's very hard to understand what you mean here. I understand that you've found some errors and want to show me how you fixed them. I want to include your changes to the repository so that everyone has these fixes. Can you make these changes on GitHub instead of as a comment?

You can do this by going to the file you want to change, and clicking on the little pencil icon there. This will create a fork and allow you to edit the file.

To change SharedStrings.php, go here https://github.com/infostreams/excel-merge/blob/master/Tasks/SharedStrings.php
For Styles.php, go here https://github.com/infostreams/excel-merge/blob/master/Tasks/Styles.php
For Worksheet.php, go here https://github.com/infostreams/excel-merge/blob/master/Tasks/Worksheet.php

Once you're done, please create a pull request (GitHub will ask if you want to do this). It is then very easy to add your code to the repository, and you will automatically be included as a contributor in this repository. Thank you!

from excel-merge.

mdanko2000 avatar mdanko2000 commented on July 20, 2024

Done.

from excel-merge.

infostreams avatar infostreams commented on July 20, 2024

Thanks! I merged your code into the repository.

from excel-merge.

Related Issues (12)

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.