Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 103,527 for

workbook

(0.2 sec)
  1. Get Connection Points from Shape with C++|Docum...

    Learn how to retrieve shape connection points using Aspose.Cells for C++....01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "sampleGetFonts...); Vector < Font > fonts = workbook . GetFonts (); for ( int i...

    docs.aspose.com/cells/cpp/get-connection-points...
  2. Set DefaultFont property of PdfSaveOptions and ...

    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....DefaultFont to all the text in the workbook that has a missing (not installed)...try to set Workbook’s default font (i.e., Workbook.DefaultStyle...

    docs.aspose.com/cells/java/set-defaultfont-prop...
  3. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from printing Excel files using Aspose.Cells for Node.js via C++.... Open the workbook that you don’t want others...close the code, return to the workbook, and now when you try to print...

    docs.aspose.com/cells/nodejs-cpp/how-to-prevent...
  4. Freeze panes of Excel Worksheet with C++|Docume...

    In this article, you will learn how to freeze panes of Excel worksheets programmatically using the C++ library with the Aspose.Cells API.... Construct a Workbook to open an existing file or...Startup (); // Instantiate a new Workbook U16String inputFilePath (...

    docs.aspose.com/cells/cpp/how-to-freeze-panes-o...
  5. Automating PowerPoint Generation on Android: Cr...

    Automate slide creation on cloud platforms with Aspose.Slides for Android—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably....false ); IChartDataWorkbook workbook = chart . getChartData ()...(). getCategories (). add ( workbook . getCell ( worksheetIndex...

    docs.aspose.com/slides/androidjava/automating-p...
  6. 在保存为 PDF 时使用 C++ 通过 JavaScript 打印批注|Documentation

    学习如何在使用 C++ 通过 JavaScript 将 Excel 文档保存为 PDF 时打印批注。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/print-c...
  7. 识别自闭合标签,使用 JavaScript 通过 C++|Documentation

    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...."text/javascript" > const { Workbook , SaveFormat , HtmlLoadOptions...Html ); // Instantiating a Workbook object by loading the HTML...

    docs.aspose.com/cells/zh/javascript-cpp/recogni...
  8. 数据验证与C++|Documentation

    学习如何通过Aspose.Cells for C++ API添加数据验证。...); // Create a workbook object Workbook workbook ; // Create a...Worksheet ExcelWorkSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/data-validation/
  9. Working with data display formats of DataField ...

    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...."text/javascript" > const { Workbook , SaveFormat , Utils , PivotFieldDataDispla...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  10. How to Check Frozen State without Excel Using J...

    In this article, you will learn how to check the frozen state of an Excel worksheet programmatically using JavaScript with a C++ library.... Construct a Workbook to open the file. Check whether..."text/javascript" > const { Workbook , SaveFormat , PaneStateType...

    docs.aspose.com/cells/javascript-cpp/how-to-che...