Changing the name of the Spreadsheet widget column headers

  • ferranma
    Asked on February 9, 2015 at 4:36 PM

    also, how can i change the name of the cel "A"  with the text of the cell A1

    "B" "b1"

    "C" "c1"

    "d"  "d1"

    is it possible?

  • raul
    Replied on February 9, 2015 at 5:37 PM

    Please try to add the following CSS code to the first spreadsheet:

    #col_A:after, #col_B:after, #col_C:after, #col_D:after { content: "1" !important; }

    This would be the result:

    Changing the name of the Spreadsheet widget column headers Image 1 Screenshot 30

    And this code would be for the second spreadsheet:

    #col_A:after, #col_B:after, #col_C:after, #col_D:after, #col_E:after, #col_F:after { content: "1" !important; }

    Changing the name of the Spreadsheet widget column headers Image 2 Screenshot 41

    Please give it a try and let us know if this helps.
    Thank you.

  • raul
    Replied on February 9, 2015 at 5:39 PM

    I'm sorry, I forgot to mention that the code above needs to be added in each spreadsheet custom CSS field.

    Changing the name of the Spreadsheet widget column headers Image 1 Screenshot 20

  • ferranma
    Replied on February 10, 2015 at 12:41 AM

    hi, thankyou for your answer. i can't see any changes after copying the css code.

     

    I want to overwrite "A1" with the content of the cell under "Maquina"

     

    Thanks

  • Charlie
    Replied on February 10, 2015 at 9:13 AM

    Hi,

    It seems that it'll be hard to change the content of the table header per column using CSS, I'll try to look at this and we'll get back to you if I have a working solution.

    Kind regards.