Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 82,273 for

workbook

(0.11 sec)
  1. Adding Custom Properties visible inside Documen...

    Learn how to add custom properties visible in the Document Information Panel using Aspose.Cells with C++....custom properties inside the workbook object which are visible inside...menu commands. Please use Workbook.ContentTypePropertie.Add()...

    docs.aspose.com/cells/cpp/adding-custom-propert...
  2. 在共享工作簿时,更新保持修订日志历史天数,使用Node.js通过C++|Documentation

    学习如何用Aspose.Cells for Node.js via C++更新共享工作簿中保持修订日志的天数。...empty workbook const workbook = new AsposeCells . Workbook ();...(); // Share the workbook workbook . getSettings (). setShared (...

    docs.aspose.com/cells/zh/nodejs-cpp/update-days...
  3. 用 Node.js 通过 C++ 加载工作簿中的特定工作表|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 加载工作簿中的特定工作表。优化性能,减少内存使用。...Define a new Workbook. let workbook ; // Load the workbook with the...Create the workbook. workbook = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/load-specif...
  4. 使用C++导出与XML映射关联的XML数据|Documentation

    学习如何使用Aspose.Cells for C++在工作簿内导出与XML映射相关联的XML数据。...导出链接到工作簿中的 XML 映射的 XML 数据 请使用 Workbook::ExportXml() 方法导出工作簿内与XML...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/export-xml-data-li...
  5. 用C++设置对齐方式|Documentation

    在Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...Cells提供一个表示Excel文件的类 WorkbookWorkbook 类包含一个 Worksheets 集合,...\\ " ); // Create workbook Workbook workbook ; // Obtain the reference...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...
  6. 如何用C++设置工作簿的自动恢复属性|Documentation

    学习如何用Aspose.Cells for C++启用或禁用工作簿的自动恢复属性。...Cells提供了 Workbook.GetAutoRecover() 属性,用以启用或禁用这个选项。...属性,用以启用或禁用这个选项。 以下代码说明了如何使用工作簿的 Workbook.GetAutoRecover() 属性。代码首先读取此属性的默认值(为...

    docs.aspose.com/cells/zh/cpp/how-to-set-autorec...
  7. 列出工作簿中的所有工作表|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...."List All Worksheets in a Workbook.xlsx" ; //Open the excel file...Excel . Workbook ThisWorkbook = excelApp . Workbooks . Open (...

    docs.aspose.com/cells/zh/net/list-all-worksheet...
  8. AutoFill range of Excel file with Node.js via C...

    Learn how to perform an autofill operation in a specified range of an Excel file using Aspose.Cells for Node.js via C++....Create a Workbook const workbook = new AsposeCells . Workbook ( filePath...// Get Cells const cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/autofill-ranges/
  9. 用C++插入和删除Excel文件的行和列|Documentation

    本文展示了如何使用Aspose.Cells for C++ API插入和删除行列。...Cells提供了类 Workbook ,代表一个微软Excel文件。 Workbook 类包含一个 Worksheets...Instantiating a Workbook object Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/inserting-and-dele...
  10. 插入或删除行或列|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....Cells 提供了一个表示Excel文件的类WorkbookWorkbook类包含一个Worksheets集合,允许访问...Open ); //Instantiating a Workbook object //Opening the Excel...

    docs.aspose.com/cells/zh/net/insert-or-delete-r...