Git Product home page Git Product logo

pandas-xlsx-tables's People

Contributors

gerbenjdeboer avatar tdamsma avatar

Stargazers

 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

pandas-xlsx-tables's Issues

Is Tableformatting option available in this package?

I have a data in master excel file which I am trying to split and store it in multiple child excel files.

I would like to format the data in child files as a table.

So, I tried the below code (using openpyxl)

tab = Table(displayName = "Table1", ref = "A1:" + get_column_letter(wb1.worksheets[0].max_column) + str(wb1.worksheets[0].max_row) )
style = TableStyleInfo(name="TableStyleMedium2", showFirstColumn=True, showLastColumn=True, showRowStripes=True, showColumnStripes=True)
tab.tableStyleInfo = style
wb1.worksheets[0].add_table(tab)

I found out that openpyxl doesn't allow to turn off bandedcolumns feature. That's when I came to know about this package

Is there anyway to format the tables based on table formatting options using pandas-xlsx-tables?

If you would like to know more about my issue, you can refer this SO post https://stackoverflow.com/questions/73188383/openpyxl-bandedcolumns-turn-off-table-formatting

Can your package support to format tables in excel based on table formatting options? Is there any documentation etc to know arguments, parameters etc?

[Feature] Support for aggregate functions

Hi,

I think It would be great if there was a parameter to add the total row to the resulting xlsx file table,
like sum for column a, average for column b, something like a dict as parameter.
total_row = True, total_values = {'col1': 'sum', 'col2': 'avg'}

just an idea.
thx for this simple and practical lib :)

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.