Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 102,523 for

workbook

(0.11 sec)
  1. 使用C++编辑工作表的超链接|Documentation

    通过Aspose.Cells for C++ API学习如何编辑工作表的超链接。...// Create workbook from input file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/editing-hyperlinks...
  2. Replace text in SmartArt with JavaScript via C+...

    Learn how to replace text in SmartArt using Aspose.Cells for JavaScript via C++....of the major objects in a workbook. Many times there is a need..."text/javascript" > const { Workbook , SaveFormat , OoxmlSaveOptions...

    docs.aspose.com/cells/javascript-cpp/replace-te...
  3. How to Manage Dates and Times|Documentation

    Learn how to manage dates and times through the Aspose.Cells for JavaScript via C++ API....date system is used in the workbook by default. The 1904 date...use this date system in the workbook, set the WorkbookSettings...

    docs.aspose.com/cells/javascript-cpp/how-to-man...
  4. Comparison and Migration with Node.js via C++|D...

    Explore the differences and consider migration strategies for using Aspose.Cells with Node.js via C++....const { Workbook } = require ( 'aspose.cells' ); let workbook = new...new Workbook (); 2. Accessing Worksheets In .NET, you might see...

    docs.aspose.com/cells/nodejs-cpp/comparison-mig...
  5. 使用C++在加载工作簿时自动调整列宽和行高以适应HTML内容|Documentation

    学习如何在使用Aspose.Cells for C++加载HTML时,将列和行自动调整以适应内容。...Hide ] 可能的使用场景 在加载 HTML 文件到 Workbook 对象内部时,您可以同时调整列和行的大小。请将 HtmlLoadOptions...HTML 加载到 Workbook 中并以 XLSX 格式保存。然后再次加载样本 HTML 到 Workbook 中,但这次在设置...

    docs.aspose.com/cells/zh/cpp/autofit-columns-an...
  6. Convert Excel to CSV, TSV and Txt with Golang v...

    Easily convert Excel files to CSV, TSV, and TXT formats using Aspose.Cells with Golang via C++.... Saving Workbook to Text or CSV Format Sometimes...want to convert or save a workbook with multiple worksheets into...

    docs.aspose.com/cells/go-cpp/convert-excel-to-c...
  7. Disable CSS while saving to HTML with Node.js v...

    Learn how to disable CSS while saving Excel files to HTML using Aspose.Cells for Node.js via C++....sample workbook const workbook = new AsposeCells . Workbook ( path...true ); // Save the workbook in HTML workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/disable-css-wh...
  8. Copy Worksheet|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....//Create a new Workbook from an Excel file path Workbook wb = new Workbook...Workbook ( "../../data/workbook.xlsx" ); //Create a Worksheets...

    docs.aspose.com/cells/net/copy-worksheet/
  9. 在设置Style.Custom属性时检查自定义数字格式|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的JavaScript库,支持在样式设置中检查自定义数字格式。本文将向你展示如何使用Aspose.Cells库检查自定义数字格式以确保样式正确。...Cells检查所分配的自定义数字格式是否有效,请将 Workbook.settings.checkCustomNumberFor...custom 属性分配了无效的自定义数字格式。由于我们已将 Workbook.settings.checkCustomNumberFor...

    docs.aspose.com/cells/zh/javascript-cpp/check-c...
  10. How to Set Print Area with Node.js via C++|Docu...

    This article shows you code explaining how to set a print area using the Aspose.Cells library for Node.js via C++....the workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-pri...