Sort Score
Result 10 results
Languages All
Labels All
Results 8,351 - 8,360 of 106,200 for

workbook

(0.32 sec)
  1. Convert the Smart Art to Group Shape with C++|D...

    Learn how to convert Smart Art Shape into Group Shape using Aspose.Cells for C++ and access individual parts of the group shape....xlsx" ); Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/convert-the-smart-art...
  2. Implement Errors and Boolean Value in Russian o...

    Learn how to implement errors and boolean values in Russian or any other language using Aspose.Cells with C++....Cells by using the Workbook.GetGlobalizationSett() property...Aspose :: Cells :: Startup (); Workbook wb ( u "sampleRussianGlobali...

    docs.aspose.com/cells/cpp/implement-errors-and-...
  3. Render Sequence of Pages using PageIndex and Pa...

    Render a sequence of pages from an Excel file to images using Aspense.Cells with C++....02_OutputDirectory \\ " ); Workbook wb ( srcDir + u "sampleIm...

    docs.aspose.com/cells/cpp/render-sequence-of-pa...
  4. Setting ScaleCrop and LinksUpToDate properties ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....document properties of the workbook. Please check the output Excel...

    docs.aspose.com/cells/net/setting-scalecrop-and...
  5. Setting ScaleCrop and LinksUpToDate properties ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....document properties of the workbook. Please check the output Excel...

    docs.aspose.com/cells/python-net/setting-scalec...
  6. Remove Existing PrinterSettings of Worksheets i...

    In this article, you will learn how to remove existing PrinterSettings of worksheets inside the Excel file through the PageSetup object programmatically with sample code using the C# API or .NET Library....all the worksheets in the workbook. Please see its sample Excel...

    docs.aspose.com/cells/net/remove-existing-print...
  7. How to Use Image Markers in Smart Markers|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....following sample creates a workbook and then adds the smart‑marker...

    docs.aspose.com/cells/net/how-to-use-image-mark...
  8. Reading Cell Values in Multiple Threads Simulta...

    Learn how to Read Cell Values in Multiple Threads Simultaneously with Aspose.Cells for Java APIs....following code: Creates a workbook. Adds a worksheet. Populates...

    docs.aspose.com/cells/java/reading-cell-values-...
  9. 用C++判断Shape是否为Smart Art Shape|Documentation

    了解如何使用Aspose.Cells for C++判断一个形状是否为Smart Art Shape。...xlsx" ); Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/zh/cpp/determine-if-shape...
  10. 如何将 HTML 转换为 PDF|Documentation

    本主题向您展示了如何使用Aspose.Cells for .NET将HTML转换为PDF saveformat和MHTML转换为PDF saveformat。... 初始化 Workbook 对象。 通过调用Workbook.Save()方法保存输出PDF文档。...

    docs.aspose.com/cells/zh/net/convert-html-to-pdf/