Sort Score
Result 10 results
Languages All
Labels All
Results 4,281 - 4,290 of 104,120 for

workbook

(0.29 sec)
  1. Convert PPTX to XLTX via PHP or with free Onlin...

    PHP API to Convert PPTX to XLTX or Online App without using Microsoft Office Powerpoint or Excel. Test free PPTX to XLTX online converter quickly before integrating the code....HTML as parameters Use Workbook class to load the exported...PPTX to XLSB (Excel Binary Workbook) Convert PPTX to XLSM (Macro-enabled...

    products.aspose.com/total/php-java/conversion/p...
  2. Convert PPT to XLTX via PHP or with free Online...

    PHP API to Convert PPT to XLTX or Online App without using Microsoft Office Powerpoint or Excel. Test free PPT to XLTX online converter quickly before integrating the code....HTML as parameters Use Workbook class to load the exported...PPT to XLSB (Excel Binary Workbook) Convert PPT to XLSM (Macro-enabled...

    products.aspose.com/total/php-java/conversion/p...
  3. 刷新模板文件中的第二张数据透视表pivot1,pivot0对应的数据透视图chart0出现异常...

    版本25.10 示例代码: SyntaxEditor Code Snippet var wb =new Workbook(path+“3.xlsx”); var pivot=wb.Worksheets[“statistics”].PivotTables[“pivot1”]; pivot.RefreshData(); pivot.CalculateData(); wb.Save(path+“4.xlsx”); 3.zip …...SyntaxEditor Code Snippet var wb =new Workbook(path+“3.xlsx”); var pivot=wb...以下是您可以使用的代码示例: var wb = new Workbook(path + "3.xlsx"); var pivot...

    forum.aspose.com/t/pivot1-pivot0-chart0/320059
  4. Monitor running programs with Node.js via C++|D...

    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....to monitor the execution of Workbook‑related code. Simply use the...limit is 1 second // Loads the workbook with the specified load options...

    docs.aspose.com/cells/nodejs-cpp/monitor-runnin...
  5. How to Control Sheet Tab Bar with Golang via C+...

    Learn how to control the sheet tab bar through the Aspose.Cells for C++ API....demonstrates how to: Create a workbook. Add data to cells in the...set AutoRecover property of Workbook with Golang via C++...

    docs.aspose.com/cells/go-cpp/how-to-control-she...
  6. 使用Aspose.Cells for Node.js via C++添加ActiveX控件|D...

    学习如何在工作表中使用Aspose.Cells for Node.js via C++添加ActiveX控件。...Create workbook object const wb = new AsposeCells . Workbook ();...setLinkedCell ( "A1" ); // Save the workbook in xlsx format wb . save (...

    docs.aspose.com/cells/zh/nodejs-cpp/add-activex...
  7. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of shapes or charts using Aspose.Cells for C++....property, and then saves the workbook to the output Excel file ...Load your source Excel file Workbook wb ( srcDir + u "sample.xlsx"...

    docs.aspose.com/cells/cpp/working-with-the-glow...
  8. Protecting Worksheets with Node.js via C++|Docu...

    Learn how to protect worksheets in Excel using Aspose.Cells for Node.js via C++, including protecting rows, columns, and specific cells....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/protecting-wor...
  9. 用 JavaScript 结合 C++ 锁定或解锁形状|Documentation

    本文提供了使用 Aspose.Cells 库通过 C++ 以 JavaScript 锁定或解锁形状以保护它们的示例代码。..."text/javascript" > const { Workbook , SaveFormat , ProtectionType...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/lock-or...
  10. Incorrect Decimal Separator in CSS for Fixed Ro...

    Hello, when exporting XLSX files with fixed rows to HTML, the generated CSS uses a comma as the decimal separator (e.g., top:13,25pt) instead of a dot, which is invalid in CSS. System Language is German. CultureInfo o…...CultureInfo of the thread/workbook is set according to the documents...CSS Properties when saving Workbooks as HTML var lic = new License();...

    forum.aspose.com/t/incorrect-decimal-separator-...