Skip to content

Instantly share code, notes, and snippets.

@bleis-tift
Created December 28, 2015 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bleis-tift/2ada797f068a819d17de to your computer and use it in GitHub Desktop.
Save bleis-tift/2ada797f068a819d17de to your computer and use it in GitHub Desktop.
1. Expect: [{Row = 0;
Column = 0;
MergedRows = 1;
MergedColumns = 1;
Format =
{RepresentationFormat =
OneReprFormat {Color = null;
Condition = null;
Format = NumericFormat [NFCLiteral "General"];};
Layout = {HorizontalLayout = HLStandard;
VerticalLayout = VLCenter NoTextControl;};
Borders = {Top = {Style = NoBorder;
Color = NoColor;};
Right = {Style = NoBorder;
Color = NoColor;};
Bottom = {Style = NoBorder;
Color = NoColor;};
Left = {Style = NoBorder;
Color = NoColor;};
Diagonal = {Border = {Style = NoBorder;
Color = NoColor;};
TopLeftToBottomRight = false;
BottomLeftToTopRight = false;};};
BackgroundColor = NoColor;};
Data = Other "";};
{Row = 0;
Column = 2;
MergedRows = 1;
MergedColumns = 2;
Format =
{RepresentationFormat =
OneReprFormat {Color = null;
Condition = null;
Format = NumericFormat [NFCLiteral "General"];};
Layout = {HorizontalLayout = HLStandard;
VerticalLayout = VLCenter NoTextControl;};
Borders = {Top = {Style = NoBorder;
Color = NoColor;};
Right = {Style = NoBorder;
Color = NoColor;};
Bottom = {Style = NoBorder;
Color = NoColor;};
Left = {Style = NoBorder;
Color = NoColor;};
Diagonal = {Border = {Style = NoBorder;
Color = NoColor;};
TopLeftToBottomRight = false;
BottomLeftToTopRight = false;};};
BackgroundColor = NoColor;};
Data = Other "";};
{Row = 1;
Column = 0;
MergedRows = 1;
MergedColumns = 1;
Format =
{RepresentationFormat =
OneReprFormat {Color = null;
Condition = null;
Format = NumericFormat [NFCLiteral "General"];};
Layout = {HorizontalLayout = HLStandard;
VerticalLayout = VLCenter NoTextControl;};
Borders = {Top = {Style = NoBorder;
Color = NoColor;};
Right = {Style = NoBorder;
Color = NoColor;};
Bottom = {Style = NoBorder;
Color = NoColor;};
Left = {Style = NoBorder;
Color = NoColor;};
Diagonal = {Border = {Style = NoBorder;
Color = NoColor;};
TopLeftToBottomRight = false;
BottomLeftToTopRight = false;};};
BackgroundColor = NoColor;};
Data = Other "";}]
Actual: [{Row = 0;
Column = 0;
MergedRows = 1;
MergedColumns = 1;
Format =
{RepresentationFormat =
OneReprFormat {Color = null;
Condition = null;
Format = NumericFormat [NFCLiteral "General"];};
Layout = {HorizontalLayout = HLStandard;
VerticalLayout = VLCenter NoTextControl;};
Borders = {Top = {Style = NoBorder;
Color = NoColor;};
Right = {Style = NoBorder;
Color = NoColor;};
Bottom = {Style = NoBorder;
Color = NoColor;};
Left = {Style = NoBorder;
Color = NoColor;};
Diagonal = {Border = {Style = NoBorder;
Color = NoColor;};
TopLeftToBottomRight = false;
BottomLeftToTopRight = false;};};
BackgroundColor = NoColor;};
Data = Other "";};
{Row = 0;
Column = 2;
MergedRows = 1;
MergedColumns = 1;
Format =
{RepresentationFormat =
OneReprFormat {Color = null;
Condition = null;
Format = NumericFormat [NFCLiteral "General"];};
Layout = {HorizontalLayout = HLStandard;
VerticalLayout = VLCenter NoTextControl;};
Borders = {Top = {Style = NoBorder;
Color = NoColor;};
Right = {Style = NoBorder;
Color = NoColor;};
Bottom = {Style = NoBorder;
Color = NoColor;};
Left = {Style = NoBorder;
Color = NoColor;};
Diagonal = {Border = {Style = NoBorder;
Color = NoColor;};
TopLeftToBottomRight = false;
BottomLeftToTopRight = false;};};
BackgroundColor = NoColor;};
Data = Other "";};
{Row = 1;
Column = 0;
MergedRows = 1;
MergedColumns = 1;
Format =
{RepresentationFormat =
OneReprFormat {Color = null;
Condition = null;
Format = NumericFormat [NFCLiteral "General"];};
Layout = {HorizontalLayout = HLStandard;
VerticalLayout = VLCenter NoTextControl;};
Borders = {Top = {Style = NoBorder;
Color = NoColor;};
Right = {Style = NoBorder;
Color = NoColor;};
Bottom = {Style = NoBorder;
Color = NoColor;};
Left = {Style = NoBorder;
Color = NoColor;};
Diagonal = {Border = {Style = NoBorder;
Color = NoColor;};
TopLeftToBottomRight = false;
BottomLeftToTopRight = false;};};
BackgroundColor = NoColor;};
Data = Other "";}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment