Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 105,430 for

workbook

(0.9 sec)
  1. Check if VBA Code is Signed with Node.js via C+...

    Learn how to check if the VBA code project is signed using Aspose.Cells for Node.js via C++....xlsm" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/check-if-vba-c...
  2. Use Custom XML Parts in Aspose.Cells with Node....

    Learn how to use custom XML parts in Aspose.Cells for Node.js via C++. Integrate external XML data within Excel files seamlessly....XML that will be injected to Workbook const booksXML = `<catalog>...an instance of Workbook class const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/use-custom-xml...
  3. Refresh and Calculate Pivot Table having Calcul...

    Refresh and calculate pivot table with calculated items using Aspose.Cells with C++....Cells APIs, and then save the workbook in PDF format. The results...srcDir + u "sample.xlsx" ; Workbook workbook ( sampleFilePath ); //...

    docs.aspose.com/cells/cpp/refresh-and-calculate...
  4. Load or Import CSV file with Formulas using C++...

    Load or import a CSV file containing formulas using Aspose.Cells with C++....CSV file into a Workbook object Workbook workbook ( srcDir + u "sample...3,3) Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/load-or-import-csv-fi...
  5. Copy Row Heights of Source Range to Destination...

    Learn how to copy row heights from a source range to a destination range using Aspose.Cells for C++....); // Create workbook object Workbook workbook ; // Source worksheet...worksheet Worksheet srcSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/copy-row-heights-of-s...
  6. Convert Spreadsheet to PDF using Aspose.Cells|D...

    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.... Java Workbook workbook = new Workbook ( "workbook.xls" );...the document in PDF format workbook . save ( "AsposeConvert.pdf"...

    docs.aspose.com/cells/java/convert-spreadsheet-...
  7. 如何用Node.js通过C++控制工作表标签栏|Documentation

    学习如何使用Aspose.Cells for Node.js via C++控制工作表标签栏。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook (); // Obtaining...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-cont...
  8. 用 C++ 将源范围的行高复制到目标范围|Documentation

    学习如何使用 Aspose.Cells for C++ 将行高从源范围复制到目标范围。...); // Create workbook object Workbook workbook ; // Source worksheet...worksheet Worksheet srcSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/copy-row-heights-o...
  9. Accessing IChartSeries.Name.AsCells Getter Modi...

    I have a slide with a chart that was created with a specialized tool (think-cell). What I observed is that accessing IChartSeries.Name breaks the chart. I saw other reports mentioning issues with Aspose in combination w…...not support the Excel binary workbook (.xlsb) format, which is used... To check whether a chart workbook is supported and to avoid...

    forum.aspose.com/t/accessing-ichartseries-name-...
  10. Set the Comment of Table or List Object inside ...

    Learn how to set the comment of the table or list object inside the worksheet using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/javascript-cpp/set-the-co...