Skip to content

Commit

Permalink
update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
j2doll committed Oct 28, 2018
1 parent 2edbe86 commit 5f8a77e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Samples/Images.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ int main( int argc, char * argv[] )
Sheet.AddCell( "Scaled image:" );
Sheet.EndRow();

// TODO: set image path
Book.AddImage( Sheet, "Image.gif", DrawingPoint( 0, 1 ) );
Book.AddImage( Sheet, "Image.jpg", DrawingPoint( 0, 4 ) );
Book.AddImage( Sheet, "Image.png", DrawingPoint( 0, 7 ) );
Expand Down
4 changes: 2 additions & 2 deletions Samples/Scientific.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <stdlib.h>
#include <time.h>
#include <math.h>
#include <Xlsx/Xlsx/Chart.h>
#include <Xlsx/Chart.h>
#include <Xlsx/Chartsheet.h>
#include <Xlsx/Workbook.h>
#include <XLSXColors/XLSXColorLib.h>
Expand Down Expand Up @@ -236,4 +236,4 @@ int main()


return 0;
}
}

0 comments on commit 5f8a77e

Please sign in to comment.