Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 102,512 for

workbook

(0.18 sec)
  1. The type initializer for ' ' threw an exception...

    Hi All, I’m running into this error when exporting an excel Workbook to PDF in a .NET 6 project running on Alpine Linux: The type initializer for ‘’ threw an exception. I’ve tried adding the following lines of code to …...error when exporting an excel workbook to PDF in a .NET 6 project...Cells when exporting an Excel workbook to PDF in a .NET 6 project...

    forum.aspose.com/t/the-type-initializer-for-thr...
  2. 用C++管理范围|Documentation

    学习如何使用Aspose.Cells和C++管理Excel文件中的范围。通过编程创建、修改和设置范围样式。...Cells提供了一个代表Microsoft Excel文件的类, WorkbookWorkbook 类包含一个 Worksheets 集合,...Startup (); // Create a Workbook Workbook workbook ; // Get Cells from...

    docs.aspose.com/cells/zh/cpp/managing-ranges/
  3. Aspose.Cells 16.10.0中的公共API更改|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....and add a shape Workbook book = new Workbook ( "sample.xlsx"...and add a shape Workbook book = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. 使用 JavaScript 复制带样式的范围数据,通过 C++|Documentation

    学习如何使用 C++ 中的脚本复制带格式的单元格范围。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...create a new workbook } // Instantiate or load workbook let workbook...

    docs.aspose.com/cells/zh/javascript-cpp/copy-ra...
  5. 通过 C++ 使用 Node.js 获取标题或页脚|Documentation

    本文介绍了如何使用 C++ API 通过 Node.js 编程方式从 Excel 或 OpenOffice 文件中获取标题和页脚。...new Workbook const workbook = new AsposeCells . Workbook ( filePath...filePath ); const sheet = workbook . getWorksheets (). get ( 0...

    docs.aspose.com/cells/zh/nodejs-cpp/get-headers...
  6. Manage Comments and Notes with Node.js via C++|...

    Insert and manage comments or notes with Aspose.Cells for Node.js via C++....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/nodejs-cpp/comments-and-n...
  7. Excel 转 HTML 使用 PresentationPreference 选项优化布局,配...

    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 the Workbook // Load an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/excel-to-ht...
  8. Copy Shapes between Worksheets with JavaScript ...

    Learn how to copy shapes like pictures and charts between worksheets using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/copy-shape...
  9. Excel to HTML - Use PresentationPreference Opti...

    Learn to render a better layout when saving Excel files to HTML with C++....Instantiate the Workbook and load an Excel file Workbook workbook ( inputFilePath..."outPresentationlayou.out.html" ; workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/cpp/excel-to-html-use-pre...
  10. Specify the Language of the Excel File using Bu...

    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....following sample code creates a workbook and changes its built‑in document...Create workbook object. const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/specify-the-la...