Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 104,120 for

workbook

(0.15 sec)
  1. 使用C++通过JavaScript更改Excel文本框或形状的字符间距|Documentation

    使用C++的Aspose.Cells for JavaScript,通过JavaScript更改Excel文本框或形状的字符间距。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  2. Threaded Comments with C++|Documentation

    Learn how to add, read, edit, and remove threaded comments in Excel files using Aspose.Cells with C++....); // Create a new workbook Workbook workbook ; // Add Author int...int authorIndex = workbook . GetWorksheets (). GetThreadedCommentAu...

    docs.aspose.com/cells/cpp/threaded-comments/
  3. 在将 Excel 渲染为 PDF 时绘制分析器|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 } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by loading the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/draw-sl...
  4. Keep Separators for Blank Rows while exporting ...

    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 , TxtSaveOptions...Create a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/keep-separ...
  5. Render Gradient Fill for the WordArt while Conv...

    Learn how to render gradient fill for WordArt when converting spreadsheets to HTML using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/javascript-cpp/render-gra...
  6. Export Similar Border Style When Border Style I...

    Learn how to export borders that are not supported by web browsers when converting Excel files to HTML using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/export-sim...
  7. Freeze Top Row(s) of Excel Worksheet with Node....

    In this article, you will learn how to freeze top rows of Excel worksheets programmatically using Node.js Library with C++ API.... Construct a Workbook to open the file or create...new Workbook. const workbook = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/nodejs-cpp/how-to-freeze-...
  8. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for Node.js via C++....sample code creates an empty workbook and then saves it as PDF after...empty workbook. const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/avoid-blank-pa...
  9. java.lang.ClassNotFoundException: Didn't find c...

    sourceCompatibility JavaVersion.VERSION_1_8 minSdk 24 targetSdk 33 Workbook Workbook = new Workbook(fileName);...24 targetSdk 33 Workbook workbook = new Workbook(fileName); amjad...exception or error. Workbook workbook = new Workbook("d:\\files\\templt_appendix2...

    forum.aspose.com/t/java-lang-classnotfoundexcep...
  10. Consolidation Function with C++|Documentation

    Learn how to apply a ConsolidationFunction to data fields of a pivot table using Aspose.Cells with C++....Create workbook from source Excel file Workbook workbook ( inputFilePath...worksheet of the workbook Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/consolidation-function/