Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 102,525 for

workbook

(0.33 sec)
  1. 在工作表单元格中显示字符串|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.... Workbook myWorkbook = this . Application . Workbooks . Open...Aspose.Cells Workbook myWorkbook = new Workbook ( fileName );...

    docs.aspose.com/cells/zh/net/display-string-in-...
  2. Render Custom Date Format Pattern g and ge mm d...

    Aspose.Cells is a C++ library for working with spreadsheet files that supports rendering dates using custom date format patterns 'g' and 'ge'. This article will describe how to render custom date format patterns using the Aspose.Cells library so that users can control how dates are displayed if they want....02_OutputDirectory \\ " ); // Create workbook from an existing Excel file...u "SourceFile.xlsx" ; Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/cpp/render-custom-date-fo...
  3. Licensing|Documentation

    Aspose.Cells for Java provides different plans for purchase or offers a free trial and a 30‑day Temporary License for evaluation using Licensing and Subscription policies in Java....//Instantiate a new Workbook Workbook workbook = new Workbook (); //Check...set System . out . println ( workbook . isLicensed ()); //Get the...

    docs.aspose.com/cells/java/licensing/
  4. 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/
  5. Issue with ODS to PDF Conversion – Text and Sha...

    Dear Aspose Support, I am encountering an issue while converting ODS (OpenOffice / LibreOffice Calc) files to PDF using Aspose.Cells version 25.9.0. The problem seems to be intermittent — sometimes the text is visible i…...// Load the workbook Workbook wb = new Workbook(inStream); //...// Load the workbook Workbook wb = new Workbook(inStream); //...

    forum.aspose.com/t/issue-with-ods-to-pdf-conver...
  6. De excel a prn - Free Support Forum - aspose.com

    de excel a prn...el siguiente: Workbook workbook = new Workbook(filePath + "sample...TxtSaveOptions(); options.Separator = ' '; workbook.Save(filePath + "out_net.prn"...

    forum.aspose.com/t/de-excel-a-prn/310848
  7. Accessing Table from Cell and Adding Values ins...

    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 } = AsposeCells...Create workbook from uploaded Excel file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/accessing-...
  8. 使用 JavaScript 通过 C++ 从工作簿中提取 OLE 对象|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 , Utils } = AsposeCells...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  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...