Git Product home page Git Product logo

Comments (5)

jeroen avatar jeroen commented on May 26, 2024 1

@leeper I have added support for writing multiple named sheets to an xlsx, see #3. Does this help?

from writexl.

jeroen avatar jeroen commented on May 26, 2024

We can easily add support for writing (multiple) data frames to an xlsx with named sheets, but I don't think our C library can modify existing xlsx files if that's what you're after. You'd have to import it with readxl and then write a new xlsx file with writexl.

Edit: turns out this is FAQ 1 of the library:

Q. Can Libxlsxwriter use an existing Excel file as a template?
No. Libxlsxwriter is designed only as a file writer. It cannot read or modify an existing Excel file.

from writexl.

flodel avatar flodel commented on May 26, 2024

Hello, my wish might be a bit different from @leeper's but I think it still fits within this issue's title: <>.

At work, I maintain a script (excel_paste_csv) that writes data into an Excel workbook (xlsx or xlsm). A call to the script from the command line might look like this:

excel_paste_csv output.xlsx template.xlsx file1.csv Sheet1 file2.csv Sheet2!B2

and it will:

  • open the input worbook template.xlsx
  • paste the contents of file1.csv into Sheet1 (from cell A1, the default)
  • paste the contents of file2.csv into Sheet2 (from cell B2, as specified)
  • save the resulting worbook into output.xlsx

Typically, the input workbook (template.xlsx) is not empty. Instead, it already contains raw data, formats, formulas, analysis, graphs, etc. And by pasting new data into the template, we create an updated report.

To support this, I have written a function to paste a data.frame (or matrix) into an existing worksheet, at a specified location (row/col indices or address or named range). Also, the pasting is preserving all existing formats. This is currently implemented using the rJava>xlsxjars>xlsx combo which is hard to install and maintain. I would welcome an alternative if you think this is possible within your own package. Regards.

from writexl.

timwinke avatar timwinke commented on May 26, 2024

Hi, I would also be interested in such a feature, that is, (over)writing a specific spreadsheet of an existing xlsx file that contains already multiple sheets.

from writexl.

jeroen avatar jeroen commented on May 26, 2024

Unfortunately the library we wrap does not support this: https://libxlsxwriter.github.io/faq.html

from writexl.

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.