Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 87,265 for

workbook

(0.07 sec)
  1. 工作表到图片 设置渲染图片的像素格式,使用 Node.js 和 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....file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/worksheet-t...
  2. 使用C++指定DBNum自定义格式化的示例|Documentation

    Aspose.Cells是一个支持使用自定义格式化模式的电子表格处理C++库。本文将向你展示如何使用Aspose.Cells库指定 dbnum 自定义格式,让用户更好地控制数字的显示方式。...02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...SetColumnWidth ( 0 , 30 ); // Save the workbook in output pdf format wb ....

    docs.aspose.com/cells/zh/cpp/specifying-dbnum-c...
  3. Avoid Blank Page in Output PDF when there is No...

    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....sample code creates an empty workbook and then saves it as PDF after...StackTrace: at Aspose . Cells . Workbook . Save ( String fileName ...

    docs.aspose.com/cells/net/avoid-blank-page-in-o...
  4. Formula Calculation Engine in xlsx4j|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 Workbook book = new Workbook (); //Obtaining...

    docs.aspose.com/cells/java/formula-calculation-...
  5. Extract Images from Worksheets using ImageOrPri...

    Learn how to extract images from Excel worksheets and save them to a local drive using Aspose.Cells for C++....a template Excel file Workbook workbook ( srcDir + u "sampleExtractImagesF...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/extract-images-from-w...
  6. Importing from Custom Objects|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....//Instantiate a new Workbook Workbook book = new Workbook (); //Clear...

    docs.aspose.com/cells/net/importing-from-custom...
  7. How to Generate PDF from Excel in Java

    In this brief tutorial we will learn how to generate PDF from Excel in Java. You can perform these tasks in macOS, Linux, and Windows....repository Add a reference to Workbook class using Import in the...source Excel file into the Workbook object for conversion to PDF...

    kb.aspose.com/cells/java/how-to-generate-pdf-fr...
  8. Pivot Table and Source Data with C++|Documentation

    Learn how to dynamically change a pivot table's source data using Aspose.Cells with C++....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/pivot-table-and-sourc...
  9. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering spreadsheets to images using Aspose.Cells for Node.js via C++....when the default font of the workbook could not render your characters...following sample code creates a workbook, adds some text in cell A4...

    docs.aspose.com/cells/nodejs-cpp/set-default-fo...
  10. 用数字证书为VBA代码项目数字签名(C++)|Documentation

    了解如何使用证书和Aspose.Cells for C++数字签名您的VBA代码项目。...Cells及其 Workbook.VbaProject.Sign() 方法对VBA代...用C++为VBA代码项目进行数字签名并使用证书 以下示例代码演示如何使用 Workbook.VbaProject.Sign() 方法。此示例代...

    docs.aspose.com/cells/zh/cpp/digitally-sign-a-v...