First Time user on this forum, but has any one used the Spread sheet in ARIS and what was it used for?
2 Replies
outfile = Context.createOutputObject();
outfile.BeginTable(100, Constants.C_BLACK, Constants.C_TRANSPARENT, Constants.FMT_LEFT, 0);
outfile.TableRow();
outfile.TableCell(" Column1",30,"Arial",10,Constants.C_BLACK,Constants.C_ORANGE,0,Constants.FMT_CENTER,0);
outfile.TableCell(" Column2",30,"Arial",10,Constants.C_BLACK,Constants.C_ORANGE,0,Constants.FMT_CENTER,0);
outfile.EndTable("Tab Name", 25, getString("TEXT1"), 12, 0, - 1, 0, 136, 0);
outfile.WriteReport();
Laurent Dehove on
Hello Johann
have you seen this post ? http://www.ariscommunity.com/users/beatrice-hirschi/2015-06-24-matrix-created-object-and-value-attribute