Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 102,545 for

workbook

(0.14 sec)
  1. Set DefaultFont property of PdfSaveOptions and ...

    Discover how to set the DefaultFont property of PdfSaveOptions and ImageOrPrintOptions using Aspose.Cells for JavaScript via C++. Ensure proper font rendering when fonts are missing....DefaultFont to all the text in a workbook that uses a missing (not installed)...to use the workbook’s default font (i.e., Workbook.DefaultStyle...

    docs.aspose.com/cells/javascript-cpp/set-defaul...
  2. 复制工作表|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....new Workbook by excel file path Workbook wb = new Workbook ( "..."../../data/workbook.xlsx" ); //Create a Worksheets object with...

    docs.aspose.com/cells/zh/net/copy-worksheet/
  3. Chart to PDF with JavaScript via C++|Documentation

    Learn how to use Aspose.Cells for JavaScript via C++ to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving...."text/javascript" > const { Workbook , SaveFormat , ChartType }...Create a new workbook const workbook = new Workbook (); // Add...

    docs.aspose.com/cells/javascript-cpp/chart-to-pdf/
  4. 在Php中隐藏或取消隐藏工作表|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....//Instantiating a Workbook object by excel file path $workbook = new Workbook...Excel file $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/zh/java/hide-or-unhide-a-...
  5. Merge Files with C++|Documentation

    Learn how to merge Excel files efficiently using Aspose.Cells for C++....formatting, and formulas, the Workbook.Combine() method can be used...used to combine several workbooks, and the Worksheet.Copy() method...

    docs.aspose.com/cells/cpp/merge-files/
  6. 通过Node.js和C++显示与隐藏网格线及行列标题|Documentation

    本文提供了使用Node.js API通过C++编程隐藏或显示Excel工作表的网格线、行和列标题的示例代码。...Cells提供了一个类 Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 Workbook...filePath ); // Instantiating a Workbook object // Opening the Excel...

    docs.aspose.com/cells/zh/nodejs-cpp/show-and-hi...
  7. Getting Started|Documentation

    Setup Aspose.Cells for JavaScript via C++ and installation guidelines...."text/javascript" > const { Workbook , FileFormatType , SaveFormat...Create a new workbook var workbook = new Workbook ( FileFormatType...

    docs.aspose.com/cells/javascript-cpp/getting-st...
  8. Aspose.Cells for .NET how to Excel corruption d...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao image.png (4.9 KB) How to get the witch line getting an error....xlsx"; try { Workbook workbook = new Workbook(filePath); //...foreach (Worksheet sheet in workbook.Worksheets) { // Loop through...

    forum.aspose.com/t/aspose-cells-for-net-how-to-...
  9. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the C++ API to set custom paper size of your desired worksheets when rendering Excel file to PDF file format programmatically....the first worksheet in the workbook. Please also see the output...Cells-for-C // Create workbook object Workbook wb ; // Access first...

    docs.aspose.com/cells/cpp/implement-custom-pape...
  10. 用Node.js通过C++在工作表中添加WordArt水印|Documentation

    学习如何使用Aspose.Cells for Node.js via C++向工作表添加WordArt作为背景水印。...new Workbook const workbook = new AsposeCells . Workbook ();...default sheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/add-wordart...