Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 99,887 for

aspose cells

(0.14 sec)
  1. How to set AutoRecover property of Workbook wit...

    Learn how to enable or disable the AutoRecover property of a workbook using Aspose.Cells for C++....Contents [ Hide ] You can use Aspose.Cells to set the AutoRecover property...(Autosave) on that Excel file. Aspose.Cells provides the Workbook.GetAutoRecover()...

    docs.aspose.com/cells/cpp/how-to-set-autorecove...
  2. 使用C++显示和隐藏工作表及标签|Documentation

    本文提供了使用C++ API或库以编程方式显示和隐藏Excel工作表的示例。此外,还介绍了如何显示和隐藏Excel工作簿的标签。...使用C++显示和隐藏工作表及标签 Contents [ Hide ] Aspose.Cells 允许用户显示和隐藏工作簿的元素,包括工作表和标签。...因此, Aspose.Cells 允许开发人员控制其Excel文件中工作表的可见性。 Aspose.Cells 提供了一个类...

    docs.aspose.com/cells/zh/cpp/show-and-hide-work...
  3. Support for German Locale in Named Range Formul...

    Learn how to handle named range formulae in German locale using Aspose.Cells with C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/support-for-german-lo...
  4. AutoFit Row Height Automatically When Loading f...

    Learn how to fit the rows which height are not customed using Aspose.Cells with C++....loading the file, while Aspose.Cells will not automatically adjust... If you need to use the Aspose.Cells program to automatically...

    docs.aspose.com/cells/cpp/autofit-row-height/
  5. Create TextBox in which each line is having dif...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/create-textbox-in-whi...
  6. Specify how to cross string in output HTML usin...

    Learn how to control string overflow in HTML output using Aspose.Cells for C++ with HtmlCrossType....Possible Usage Scenarios When a cell contains text or a string that...width of the cell, the string overflows if the next cell in the next...

    docs.aspose.com/cells/cpp/specify-how-to-cross-...
  7. Propagate Formula in Table or List Object autom...

    Learn how to propagate formulas in tables or list objects automatically when entering new data using Aspose.Cells for C++....same functionality with Aspose.Cells, use the ListColumn::GetFormula...number in cell A3, you will see that the formula in cell B2 automatically...

    docs.aspose.com/cells/cpp/propagate-formula-in-...
  8. DeleteBlankOptions set start and end index to 0...

    The following code snippet DeleteBlankOptions options = new DeleteBlankOptions(); options.setStartIndex(0); System.out.println(options.getStartIndex()); options.setStartIndex(1); System.out.println(options.getStartIndex…...end index to 0 Aspose.Cells Product Family cells-java Tim49 April...to be 0 1 as the index for cells starts with 0. Same behaviour...

    forum.aspose.com/t/deleteblankoptions-set-start...
  9. Get Range with External Links with C++|Document...

    Learn how to retrieve ranges with external links in Excel files using Aspose.Cells with C++.... Aspose.Cells provides the option to retrieve...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/get-range-with-extern...
  10. 在 Jython 中隐藏或取消隐藏工作表|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....[ Hide ] Aspose.Cells - 隐藏或取消隐藏工作表 使用 Aspose.Cells Java for Jython...代码 from aspose - cells import Settings from com . aspose . cells...

    docs.aspose.com/cells/zh/java/hide-unhide-works...