Formatting excel in rich text

Formatting excel in rich text

Comments

  • Every time I copy paste excel data into a richtextbox it starts out with the cell outlines. When I email someone, however, the data remains in the email body but the cell outlines disappear. Is there a way to keep the cell out lines when I email?

  • Yes,

    A "Replace Text" step will be need to be added to the flow. The "source" field would take in the input from the rich text box, "replace With" needs to be set to a constant and set to table border="1" and the "to Replace" field set to table border="0"
    Once these settings have been configured the cell lines will appear in the email.

Sign In or Register to comment.