Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question and sorry for the trouble!

    We’ll need to solve those two things with different methods:

    – Text alignment: That’s is possible with CSS code. For example, you could add something like

    .tablepress-id-123 .column-4 {
      text-align: right:
    }

    to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress.

    – Number format: This is a lot more tricky, unfortunately. In the upcoming TablePress 1.1, there will be a similar function available to formulas as to what you mention, namely NUMBER_FORMAT().
    With that, you could use a formula like

    =NUMBER_FORMAT( A2 )

    in the cell.
    (As mentioned, that function will be available in TablePress 1.1, which should come out next weekend. If you want to use it now, you can install the current developer version from https://tablepress.org/download/tablepress-dev.zip ).

    Regards,
    Tobias

    Thread Starter Handoko

    (@handoko-zhang)

    It works, I’ve tested the development version. Thanks you sir, for your help and quick response.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    very nice! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Basic Cell Formatting’ is closed to new replies.