Sort Score
Result 10 results
Languages All
Labels All
Results 5,131 - 5,140 of 105,385 for

workbook

(0.15 sec)
  1. Update XLSB File using C++ | products.aspose.com

    Modify XLSB document in C++ applications without using Microsoft Excel....Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...Spreadsheet) Edit XLSX (Open XML Workbook) Edit XLT (Excel 97 - 2003...

    products.aspose.com/total/cpp/update/xlsb/
  2. 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...
  3. 用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...
  4. 用C++检测VBA项目是否受保护且锁定以供查看|Documentation

    学习如何用Aspose.Cells for C++检测Excel中VBA项目是否已受保护且锁定查看。...Load your source Excel file Workbook wb ( inputFilePath ); // Access...Access the VBA project of the workbook VbaProject vbaProject = wb...

    docs.aspose.com/cells/zh/cpp/check-if-vba-proje...
  5. 用C++生成工作表缩略图|Documentation

    使用Aspose.Cells for C++生成Excel工作表的缩略图作为图像。...\\ " ); // Load source workbook Workbook book ( srcDir + u "sampleGenerateThumbn...

    docs.aspose.com/cells/zh/cpp/generate-thumbnail...
  6. Setting Shadow of Text Effects of Shape or Text...

    Learn how to set the shadow of text effects for shapes or textboxes using Aspose.Cells for C++....\\ " ); // Create workbook object Workbook wb ; // Access first...

    docs.aspose.com/cells/cpp/setting-shadow-of-tex...
  7. 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...
  8. 用C++查找单元格值是否以单引号开始|Documentation

    学习如何使用Aspose.Cells for C++ API查找单元格值是否以单引号开始。...Startup (); // Create workbook Workbook wb ; // Create worksheet...

    docs.aspose.com/cells/zh/cpp/find-if-the-cell-v...
  9. Convert DOTM to XLS via Java or with free Onlin...

    Convert DOTM to XLS via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free DOTM to XLS online converter quickly before integrating the code....create an instance of the Workbook class and load the HTML file...call the save method of the Workbook class and pass the XLS file...

    products.aspose.com/total/java/conversion/dotm-...
  10. Convert Range to JSON - Free Support Forum - as...

    Hi, I want to convert a range I have in excel to a JSON and I want to capture the range as is along with all the formatting. The idea is that I want to use these JSON values to later set the range properties in another w…...range properties in another workbook so I can create that exact...convert a range from an Excel workbook to JSON while capturing all...

    forum.aspose.com/t/convert-range-to-json/311994