Message Boards Message Boards

0
|
1863 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

How to publish Datasets in HTML?

Posted 1 year ago

Got the following expression that incorporates a pair of Datasets, "venuetable" and "poitable":

txt = Column[{
   Style["Universal Orlando Resort", "Title"],
   Style["Operating Hours", "Section"],
   venuetable, 
   Style["Wait Times", "Section"],
   Style[
    "Attractions not listed have no official wait times or are \
currently not operating.", "Text"],
   Style["Last Update: " <> DateString[Now, "LocaleDateTimeFull"], 
    "Text"],
   poitable}]

When I use CloudPublish[ExportForm[txt, "HTML"], "UOWaitTimes.html"], I get the result at https://www.wolframcloud.com/obj/stevenbuehler/UOWaitTimes.html, with the two datasets embedded as expressions rather than tables.

How do I fix this?

POSTED BY: Steven Buehler

Can you provide the definitions for venuetable and poitable?

POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract