Sort Score
Result 10 results
Languages All
Labels All
Results 5,101 - 5,110 of 102,533 for

workbook

(0.45 sec)
  1. Remove XLS Password Protection Online or using ...

    Remove password from XLS document through online app for free. Java API code to unlock password protected XLS files....password-protected XLS file using Workbook class Select the relevant...legacy spreadsheets. Removing workbook or sheet protection streamlines...

    products.aspose.com/total/java/unlock/xls/
  2. 通过Node.js和C++提供导出工作表HTML文件路径的IFilePathProvider接...

    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....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/provide-exp...
  3. Utilize Sheet.SheetId property of OpenXml with ...

    This article shows how to utilize the Sheet.SheetId property of OpenXml using the Excel manipulation C++ API or library programmatically....property and its value inside workbook.xml as shown in the following...// Load source Excel file Workbook wb ( u "sampleSheetId.xlsx"...

    docs.aspose.com/cells/cpp/utilize-sheet-sheetid...
  4. 如何用C++创建带有下拉列表的动态图表|Documentation

    学习如何使用Aspose.Cells for C++创建一个根据下拉列表选择更新的动态图表。我们的逐步指南将演示如何将下拉列表集成到你的图表中,实现灵活的数据可视化。...a new workbook and access the first worksheet. Workbook workbook...WorksheetCollection sheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/cpp/create-dynamic-cha...
  5. Calculation results differ from Excel 365 - Fre...

    Hi, Using Aspose Cells for Java, version 25.7. Sample code: Workbook Workbook = new Workbook("iferror.xlsx"); WorksheetCollection worksheets = Workbook.getWorksheets(); Worksheet worksheet = worksheets.get("S1-8.2 - T…... Sample code: Workbook workbook = new Workbook("iferror.xlsx");...WorksheetCollection worksheets = workbook.getWorksheets(); Worksheet...

    forum.aspose.com/t/calculation-results-differ-f...
  6. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set various headers and footers of an Excel worksheet's Page Setup settings using the C++ Library and API. You can set the headers and footers for the first page, odd pages, and even pages....Startup (); // Create a new workbook Workbook wb ; // Get the first...

    docs.aspose.com/cells/cpp/setting-different-hea...
  7. Formatting Slicer with Node.js via C++|Document...

    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.... Workbook ( filePath ); // Access first...SlicerStyleLight6 ); // Save the workbook in output XLSX format. wb...

    docs.aspose.com/cells/nodejs-cpp/formatting-sli...
  8. 用C++为Excel工作簿的VBA项目加密保护|Documentation

    了解如何使用Aspose.Cells结合C++为Excel工作簿的VBA项目添加密码保护。...Load the source Excel file Workbook wb ( inputFilePath ); // Access...Access the VBA project of the workbook VbaProject vbaProject = wb...

    docs.aspose.com/cells/zh/cpp/password-protect-t...
  9. Icon Sets Become Misaligned on Conversion to HT...

    Hello, The attached Workbook IconSets.xlsx, contains a simple table with conditional formats that use Icon Sets. Under the latest version of Aspose Cells for Java version 18.10 - when the Workbook is saved as HTML, the…...xlsx")) { // Instantiate a Workbook object that represents the...existing Excel file Workbook workbook = new Workbook(fstream); // Get...

    forum.aspose.com/t/icon-sets-become-misaligned-...
  10. View XLSX File Online and Read XLSX Document us...

    Free online XLSX file viewer app. Python API code to read XLSX file for viewer application....Cells ) Create Workbook class object and load source...View XLSB Files (Excel Binary Workbook) View XLSM Files (Macro-enabled...

    products.aspose.com/total/python-java/viewer/xlsx/