Sort Score
Result 10 results
Languages All
Labels All
Results 3,081 - 3,090 of 87,329 for

workbook

(0.08 sec)
  1. 使用C++检测VBA项目是否受保护|Documentation

    利用Aspose.Cells与C++检测Excel文件的VBA项目是否受保护。...Cells-for-C // Create a workbook. Workbook wb ; // Access the VBA...VBA project of the workbook. VbaProject vbaProj = wb . GetVbaProject...

    docs.aspose.com/cells/zh/cpp/find-out-if-vba-pr...
  2. Manage OLE in Presentations Using Python|Aspose...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Python via .NET. Embed, update, and export OLE content seamlessly.... Create a Workbook object and access the OLE...the data. Save the updated Workbook in a stream. Change the OLE...

    docs.aspose.com/slides/python-net/manage-ole/
  3. 通过 C++ 使用 Node.js 在计算完图表后读取轴标签|Documentation

    学习如何在计算完图表后读取 Aspose.Cells for Node.js via C++ 的轴标签。我们的指南将向您展示如何访问和检索轴标签,包括其格式和位置。...chart const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/read-axis-l...
  4. 使用 Aspose.Cells 与 C++ 添加 ActiveX 控件|Documentation

    学习如何使用 Aspose.Cells for C++ 编程方式向 Excel 工作表添加 ActiveX 控件。...\\ " ); // Create workbook object Workbook wb ; // Access first...SetLinkedCell ( u "A1" ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/add-activex-contro...
  5. 在Node.js中通过C++为HtmlSaveOptions.TableCssId属性前缀表格...

    学习如何使用Aspose.Cells for Node.js via C++为HTML中的表格元素样式添加前缀。...Create workbook object const wb = new AsposeCells . Workbook ();..."MyTest_TableCssId" ); // Save the workbook in html wb . save ( "outputTableCssId...

    docs.aspose.com/cells/zh/nodejs-cpp/prefix-tabl...
  6. java.lang.IllegalStateException: toArray is not...

    Hi guys, I used the flag -DAspose.Cells.ZipTool=TEMPFILE in both of my projects that call Workbook asposeWorkbook = new Workbook(excelStream) to avoid the POI 5 ZIP issue. However, one of the projects still encounters p…...projects that call Workbook asposeWorkbook = new Workbook(excelStream)...Bytes);) { Workbook asposeWorkbook = new Workbook(excelStream);...

    forum.aspose.com/t/java-lang-illegalstateexcept...
  7. Insert Sparkline with C++|Documentation

    Create sparkline for Excel using Aspose.Cells with C++...." ); // Create a new workbook Workbook book ; Worksheet sheet...le::Style10); // Save the workbook book . Save ( outDir + u "output...

    docs.aspose.com/cells/cpp/creating-sparklines/
  8. Format cells|Documentation

    Learn how to format and style cells in Aspose.Cells for Python via .NET, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional-looking spreadsheets....create_style method of the Workbook class Access the newly added...via .NET provides a class, Workbook that represents a Microsoft...

    docs.aspose.com/cells/python-net/cells-formatting/
  9. Set Default Font while rendering spreadsheet to...

    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 adds some text in cell...unknown/non-existing font. Then it saves the workbook in HTML by setting different...

    docs.aspose.com/cells/net/set-default-font-whil...
  10. Protecting Worksheets with C++|Documentation

    Learn how to protect worksheets, rows, columns, and specific cells in Microsoft Excel files using Aspose.Cells with C++....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/protecting-worksheets/