Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #s
  • #sp
  • #spread
RSS: #spreadsheet

#spreadsheet

  • #spreadsheets
  • @aurelieng
    aurelieng @aurelieng via RSS CC BY 28/02/2025

    PragmaticMachineLearning/probly: Spreadsheets, #python, and AI in the browser
    ▻https://github.com/PragmaticMachineLearning/probly

    — Permalink

    #dev #selfhosted #probly #spreadsheet #machinelearning #EDA

    aurelieng @aurelieng via RSS CC BY
    Écrire un commentaire
  • @debugpoint_com
    DebugPoint.com @debugpoint_com CC BY-SA 7/12/2022

    LibreOffice Formula: Comma or Semicolon Separator Explanation - libreofficehelp.com
    ▻https://www.libreofficehelp.com/libreoffice-comma-semicolon-formula

    http://www.libreofficehelp.com/wp-content/uploads/2022/12/commahead.jpg

    #libreoffice #spreadsheet

    DebugPoint.com @debugpoint_com CC BY-SA
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 22/10/2021
    2
    @rastapopoulos
    @cy_altern
    2

    NocoDB | Turns your SQL database into a Nocode platform. Free & Open Source.
    ▻https://nocodb.com

    https://user-images.githubusercontent.com/5435402/133762127-e94da292-a1c3-4458-b09a-02cd5b57be53.png

    Open Source #Airtable Alternative
    NocoDB is an open source NoCode platform that turns any #database (MySQL, PostgreSQL, SQL Server, SQLite & MariaDB) into a smart #spreadsheet

    – Search, sort, filter, hide columns with uber ease
    – Create Views : Grid, Gallery, Kanban, Gantt, Form
    – Share Views : public & password protected
    – Personal & locked Views
    – Upload images to cells (Works with S3, Minio, GCP, Azure, DigitalOcean, Linode, OVH, BackBlaze)
    – Roles : Owner, Creator, Editor, Viewer, Commenter, Custom Roles.
    – Access Control : Fine-grained access control even at database, table & column level.

    ▻https://www.youtube.com/watch?v=5oy-U6mmN-8

    b_b @b_b PUBLIC DOMAIN
    • @ericw
      EricW @ericw CC BY-SA 22/10/2021

      « smart » et spreadsheet", c’est pas ce qu’on appelle un oxymore ?

      EricW @ericw CC BY-SA
    • @b_b
      b_b @b_b PUBLIC DOMAIN 22/10/2021
      @ericw @simplicissimus

      @ericw oulah va pas dire du mal des spreadsheet, si jamais @simplicissimus passe par ici... ^^

      b_b @b_b PUBLIC DOMAIN
    • @simplicissimus
      Simplicissimus @simplicissimus 23/10/2021

      heureusement, j’ai rien vu, rien entendu,…

      ceci dit, faudra que j’essaie avec 2 questions pour commencer :
      • comment ça s’interface avec un « vrai » tableur (dans les 2 sens ?)
      • comment ça fonctionne pour le relationnel (une des grosses limites pour l’approche feuille de calcul)

      Quant à l’impact du tableur sur les SGBD, il suffit de se rappeler ce qu’étaient les gestionnaires de fichier au début de la micro-informatique, début des années 80 : le « modèle » conceptuel était alors celui de la boîte à chaussures remplie de fiches cartonnées, à la fin de la décennie, tout le monde avait basculé sur le mode « grille » …

      Simplicissimus @simplicissimus
    • @b_b
      b_b @b_b PUBLIC DOMAIN 25/10/2021

      Un comparatif d’autres logiciels du même type par ici ▻https://notes.resilien.fr/alternatives-open-source-a-airtable.md

      b_b @b_b PUBLIC DOMAIN
    • @jeanmarie
      jeanmarie @jeanmarie CC BY-NC-SA 28/06/2022

      #no-code #no_code

      jeanmarie @jeanmarie CC BY-NC-SA
    Écrire un commentaire
  • @booz
    BoOz @booz 19/01/2017
    9
    @b_b
    @severo
    @fil
    @simplicissimus
    @7h36
    @typo
    @lluc
    @cy_altern
    @nightingale
    9
    @fil

    RAWGraphs
    ▻http://rawgraphs.io

    The missing link between #spreadsheets and data visualization.

    #tableur #visualisation_de_données (via @Fil)

    BoOz @booz
    • @fil
      Fil @fil 19/01/2017

      très facile à installer, configurer et étendre, mais il n’est pas le seul (voir aussi #Vega ►https://seenthis.net/messages/557875 )

      Fil @fil
    • @lluc
      lluc @lluc CC BY 20/01/2017

      vega : ►https://vega.github.io/vega

      lluc @lluc CC BY
    • @cdb_77
      CDB_77 @cdb_77 11/05/2017

      Ici, un exemple... la composition de la population étrangère à Milan :

      http://rawgraphs.io/wp-content/uploads/2017/05/bumpchart-cover.png

      ▻http://rawgraphs.io/learning/how-to-make-a-bump-chart
      #rawgraphs

      CDB_77 @cdb_77
    Écrire un commentaire
  • @booz
    BoOz @booz 8/01/2016

    #query() #spreadsheet returns extra header, can I remove it? - Forums des produits Google
    ▻https://productforums.google.com/forum/#!topic/docs/0CPyUKPSl5E

    One tip: To go from direct column ids (A, B, C ) to relative column ids (Col1, Col2, Col3) use a conversion method like below. E.g. you have:

    =QUERY( B2:D ; Select B, D, C “)
    which you can convert to

    =ArrayFormula( QUERY( ( B2:D ) ; Select Col1, Col3, Col2” ) )

    Note that the latter notation makes the Select clause more portable, when the range you refer to (B2:D) moves (e.g. to become C2:E) the relative column ids in the Select clause stay valid.

    • #Google
    BoOz @booz
    Écrire un commentaire
  • @booz
    BoOz @booz 8/01/2016

    #Google #Spreadsheet & #SQL Queries – Ross Goodman
    ▻http://www.rossgoodman.com/2010/04/19/google-spreadsheet-sql-queries
    ▻http://www.rossgoodman.com/wp-content/plugins/photo-dropper/images/cc.png

    Avec une feuille distante

    `

    =QUERY(importrange(“YourSpreadsheetKey”, “Workbook!A1:BZ999”), “Select Col1, Col2”)

    `

    BoOz @booz
    Écrire un commentaire
  • @booz
    BoOz @booz 8/01/2016

    #spreadsheet - #Google_Sheets: #QUERY using cell contents as SQL variables - Stack Overflow
    ▻http://stackoverflow.com/questions/26448028/google-sheets-query-using-cell-contents-as-sql-variables
    ▻http://cdn.sstatic.net/stackoverflow/img/apple-touch-icon@2.png?v=73d79a89bded&a

    nstead of fixed strings such as ’ENQ’, you can have your formula refer to the index in column A of your output. For example, you could change your formula to this, in cell C4:

    `
    =QUERY($A$24:$D, “Select D Where B=’” & $A4 & “’ and A=’2/27/14 - Thu’”)
    ^^^^^^^

    `

    BoOz @booz
    Écrire un commentaire
  • @fil
    Fil @fil 21/08/2014
    8
    @b_b
    @reka
    @simplicissimus
    @denisb
    @02myseenthis01
    @loloster
    @geneghys
    @booz
    8

    #EtherCalc is a web #spreadsheet
    ▻https://ethercalc.org

    Your data is saved on the web, and people can edit the same document at the same time. Everybody’s changes are instantly reflected on all screens.

    #outils

    Fil @fil
    • @severo
      severo @severo PUBLIC DOMAIN 21/08/2014

      Pour info, #EELV a développé une « app » pour #owncloud - ▻http://apps.owncloud.com/content/show.php?action=content&content=155237.

      Malheureusement, pas de développement récent et pas compatible avec OC7. Heureusement c’est du logiciel libre, yaka s’y mettre : ▻https://github.com/EELV-fr/Owncloud-Ether-Docs

      severo @severo PUBLIC DOMAIN
    Écrire un commentaire
  • @nhoizey
    Nicolas Hoizey @nhoizey CC BY-NC-SA 1/04/2008

    Google Docs Offline has arrived!
    ►http://groups.google.com/group/GDSupdates/msg/114b6ec50127d0c9

    This has been a long time coming and now it’s finally here! The Google Docs team proudly presents to you Google Docs offline! Before I dive deeper, let me clarify what this really means

    #google #docs #spreadsheets #presentations #google_docs #offline #gears #bureautique #Internet #itinérant #groupe:clever-age

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

Thèmes liés

  • #spreadsheets
  • #gears
  • #google
  • #docs
  • #presentations
  • company: google
  • #google_docs
  • #groupe
  • #itinérant
  • #offline
  • #internet
  • #bureautique