Skip to content

Instantly share code, notes, and snippets.

@amjad-sahi
amjad-sahi / Aspose.Cells for .NET Part2
Created February 5, 2019 11:06 — forked from aspose-com-gists/Aspose.Cells for .NET Part2
This Gist contains code snippets from examples of Aspose.Cells for .NET.
This Gist contains code snippets from examples of Aspose.Cells for .NET.
@amjad-sahi
amjad-sahi / Aspose.Cells for .NET Part2
Created February 4, 2019 08:50
This Gist contains code snippets from examples of Aspose.Cells for .NET.
This Gist contains code snippets from examples of Aspose.Cells for .NET.
This Gist contains code snippets from examples of Aspose.Words for C++.
@amjad-sahi
amjad-sahi / Examples-CSharp
Created January 20, 2017 10:51 — forked from aspose-cells/Aspose.Cells for .NET
This Gist contains CSharp code snippets for examples of Aspose.Cells for .NET.
Examples-CSharp
// For complete examples and data files, please go to https://github.com/aspose3d/Aspose_3D_NET
// The path to the documents directory.
string MyDir = RunExamples.GetDataDir();
// Initialize scene object
Scene scene = new Scene();
scene.Open(MyDir + "camera.3ds", new Discreet3DSConfig() { FlipCoordinateSystem = true });
MyDir = MyDir + "FlipCoordinateSystem.obj";
scene.Save(MyDir, new ObjConfig() { EnableMaterials = false });
@amjad-sahi
amjad-sahi / readme.md
Created April 6, 2016 18:25
This Gist contains code snippets for sample code of Aspose.Cells

This Gist contains code snippets for sample code of Aspose.Cells

Separate Gist for Aspose.Cells for .NET
This Gist contains examples of Aspose.Cells product